Click or drag to resize

EffectsManagerDespawnAll Method (String)

De-spawn all instances of a particular effect by name.

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

Parameters

name
Type: SystemString

Return Value

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