Click or drag to resize

UpgradeAddEffect Method (String, EffectType, Single)

Create a new Effect and add it.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void AddEffect(
	string stat,
	EffectType type,
	float value
)
Request Example View Source

Parameters

stat
Type: SystemString
The stat ID.
type
Type: Kit.ContainersEffectType
The effect's Type.
value
Type: SystemSingle
The effect's Value.
See Also