![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Represents a named, type-flexible data holder for use in script APIs.
ScriptValue encapsulates a uniquely identified variable with a name and an extensible value. It can be used in various systems to store and access dynamically-typed data associated with a name and GUID.
For inherited classes, the first data member is used as data holder and its type is used as type of the specific ScriptValue.
Definition at line 21 of file ScriptValue.c.