Click or drag to resize

EffectsManagerDespawnAll Method (Component)

De-spawn all instances of a particular effect.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool DespawnAll(
	Component prefab
)
Request Example View Source

Parameters

prefab
Type: Component

Return Value

Type: Boolean
Whether instances existed and were successfully de-spawned.
See Also