Click or drag to resize

PoolTCancelDespawn Method

Cancels a pending timed despawn.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CancelDespawn(
	T target
)
Request Example View Source

Parameters

target
Type: T
The target that shouldn't despawn after all.
See Also