Creates a new Virtual Entity
Object dimension.
Virtual Entity Group this entity belongs to
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).
Object position
Returns the ref count of the entity.
The serverside id of this entity.
Type of the object.
Object usability.
Returns all Virtual Entity instances
Removes the object from the world.
Gets a value using the specified key. Only available for server-side created Virtual Entities.
The key of the value to get.
Dynamic value associated with the specified key or undefined if no data is present.
Returns all set meta keys of the Virtual Entity. Only available for server-side created Virtual Entities.
Gets a value using the specified key.
The key of the value to get.
Dynamic value associated with the specified key or undefined if no data is present.
Determines whether contains the specified key. Only available for server-side created Virtual Entities.
The key of the value to locate.
True if the meta table contains any data at the specified key or False if not
Determines whether contains the specified key.
The key of the value to locate.
True if the meta table contains any data at the specified key or False if not
Gets the base object with the given type and local id
Documentation