A local variable structure. More...
Public Attributes | |
int | type |
Int, String, Float, Object. More... | |
string | key |
Name of the variable. More... | |
A local variable structure.
Definition at line 51 of file nwnx_object.nss.
int NWNX_Object_LocalVariable::type |
Int, String, Float, Object.
Definition at line 53 of file nwnx_object.nss.
string NWNX_Object_LocalVariable::key |
Name of the variable.
Definition at line 54 of file nwnx_object.nss.