Entity::data

From RAGE Multiplayer Wiki
Revision as of 20:26, 4 February 2018 by TedJr (talk | contribs)

This property is used to get or set entity data.

Note: Changing this property has the same effect as using Entity::setVariable function.

Getter

  • any

Setter

  • any

Example

entity.data.foo = bar;