PoolGroup.despawnAll Method

Ultimate Pooling

PoolGroupdespawnAll Method
Attempts to reclaim all instances spawned by this pool and return them to the pool. Any instances spawned by this pool will be forcefully returned without warning.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void despawnAll()
function despawnAll();
See Also