Entity::data
This property is used to get or set entity data.
Note: Changing this function property has the same effect as [Entity::setVariable].
Getter
- any
Setter
- any
Example
Server-Side
entity.data.foo = bar;
This property is used to get or set entity data.
Note: Changing this function property has the same effect as [Entity::setVariable].
entity.data.foo = bar;