Value
Scripting with the Value struct.
The Value
struct is used by the Stat Value struct to support both integer and float numeric types.
Name
Description
Type
Access
integerValue
The integer value.
int
public
floatValue
The float value.
float
public
Last updated