class documentation
class VMType(Enum): (source)
All types supported by the NWScript VM as implemented in EE 37.
Method | python |
Returns the python type that the VM uses for this VMType on the VM stack. |
Constant | ACTION |
Undocumented |
Constant | CASSOWARY |
Undocumented |
Constant | EFFECT |
Undocumented |
Constant | EVENT |
Undocumented |
Constant | FLOAT |
Undocumented |
Constant | INT |
Undocumented |
Constant | ITEMPROPERTY |
Undocumented |
Constant | JSON |
Undocumented |
Constant | LOCATION |
Undocumented |
Constant | OBJECT |
Undocumented |
Constant | SQLQUERY |
Undocumented |
Constant | STRING |
Undocumented |
Constant | TALENT |
Undocumented |
Constant | VECTOR |
Undocumented |
Constant | VOID |
Undocumented |
Returns the python type that the VM uses for this VMType on the VM stack.
Returns | |
type | The python class/type. |