Value

Scripting with the Value struct.

The Value struct is used by the Numeric Value and Stat Value structs 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