Extends
Members
(readonly) isNull :boolean
Indicates whether the Variable has a
null value.Type:
- boolean
- Overrides
(readonly) name :string
Name of the Variable.
Type:
- string
- Overrides
(readonly) type :string
Type of the Variable.
Returned value is the name of one of the types defined in the VariableType class.
Type:
- string
- Overrides
- See
(readonly) value :*
Value of the Variable.
Type:
- *
- Overrides
Methods
toString() → {string}
Returns a string containing the MMOItem Variable type, name and value.
Returns:
The string representation of the MMOItemVariable object.
- Type:
- string