Class: EntityRef

EntityRef()

Generic reference to an entity. Do not construct manually, use backend methods.

Constructor

new EntityRef()

Source:

Methods

(async) exists() → {boolean}

Check if this entity exists in the database.
Source:
Returns:
Type
boolean

(async) getPNumber()

Get a number property.
Source:

(async) getPString()

Get a string property.
Source:

(async) getPVector3()

Get a Vector3 property.
Source:

(async) remove()

Remove this entity from the database.
Source:

(async) setPNumber()

Set a number property.
Source:

(async) setPString()

Set a string property.
Source:

(async) setPVector3()

Set a Vector3 property.
Source:

(async) unremove()

Restore this entity to the database if it was previously removed.
Source:

(async) valid() → {boolean}

Check if this entity is valid (i.e. not deleted).
Source:
Returns:
Type
boolean