Entity::dimension

From RAGE Multiplayer Wiki
Revision as of 19:11, 18 April 2017 by CocaColaBear (talk | contribs) (Created page with "This property using for setting or getting entity dimension. The dimension determines who the entity is visible to. == Example == <syntaxhighlight lang="typescript"> let dime...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property using for setting or getting entity dimension. The dimension determines who the entity is visible to.

== Example ==
let dimension = player.dimension;
player.dimension = 0; // set player dimension to 2

See Also