Ultimate Pooling Scripting Reference
PoolGroupdidSpawn Method |
Returns true if this spawn group created the instance specified.
Useful for spawn validation to make sure multiple pools are not attempting to manage the same instance.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool didSpawn( Object instance )
function didSpawn(instance);
Parameters
- instance
- Type: Object
The instance to check
Return Value
Type: BooleanTrue if this pool spawned the specified instance otherwise false
See Also