Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
Effect Structure
Effect Constructor
Effect Constructor (String, String)
Effect Constructor (String, EffectType, Single)
Effect Constructor (String, String)
Create a new
Effect
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
Effect
(
string
stat
,
string
value
)
Request Example
View Source
Parameters
stat
Type:
System
String
The ID of the stat.
value
Type:
System
String
The Type and Value represented as a string.
Examples
Copy
new
Effect(
"Health"
,
"+50%"
)
Copy
new
Effect(
"Damage"
,
"x2"
)
See Also
Reference
Effect Structure
Effect Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com