Ultimate Pooling Scripting Reference
PoolGroupdespawn Method (Object) |
Indicates that the specified instance can be returned to the pool and re-used at a later time.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

public void despawn( Object instance )
function despawn(instance);
Parameters
- instance
- Type: Object
The instance to despawn
