Members
(readonly) aoiEntryPoint :Vec3D
The returned coordinates are those that the MMOItem had when its presence in the current User's Area of Interest was last notified by a SFSEvent.PROXIMITY_LIST_UPDATE event. This property is set if the MMORoom in which the MMOItem exists is configured to send such data; otherwise the value is set to null.
(readonly) id :number
The id is unique and it is generated by the server when the item is created.
- number
Methods
containsVariable(varName) → {boolean}
| Name | Type | Description |
|---|---|---|
varName | string | The name of the MMOItem Variable whose existance must be checked. |
true if an MMOItem Variable with the passed name is found.- Type:
- boolean
getVariable(varName) → {MMOItemVariable}
| Name | Type | Description |
|---|---|---|
varName | string | The name of the MMOItem Variable to be retrieved. |
null if no MMOItem Variable with the passed name belongs to the MMOItem.- Type:
- MMOItemVariable
getVariables() → {Array.<MMOItemVariable>}
- See
- Type:
- Array.<MMOItemVariable>
toString() → {string}
- Type:
- string