Entity::data: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This property is used to get or set entity data. ==Getter== * '''<span style="color:#008017">any</span>''' ==Setter== * '''<span style="color:#008017">any</span>''' == Examp...")
 
No edit summary
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>
</div>
</div>
==See Also==
{{Entity_function}}

Revision as of 20:19, 4 February 2018

This property is used to get or set entity data.

Getter

  • any

Setter

  • any

Example

Server-Side
var data = myEntity.data;