Click or drag to resize

PoolTDecCapacity Method

Decreases the capacity of the pool.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void DecCapacity(
	int decrement
)

Parameters

decrement
Type: SystemInt32
The number of pool objects to kill.
See Also