Click or drag to resize

UpgradeAddEffect Method (String, String)

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,
	string value
)
Request Example View Source

Parameters

stat
Type: SystemString
The stat ID.
value
Type: SystemString
The effect Type and Value represented as a string.
See Also