Click or drag to resize

PoolTIsObjectAvailable Property

Returns whether there is a sleeping object available.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsObjectAvailable { get; }

Property Value

Type: Boolean
true if this a sleeping object is available; otherwise, false.
See Also