Click or drag to resize

Effect Constructor (String, String)

Create a new Effect.

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

Parameters

stat
Type: SystemString
The ID of the stat.
value
Type: SystemString
The Type and Value represented as a string.
Examples
new Effect("Health", "+50%")
new Effect("Damage", "x2")
See Also