Entity::position

From RAGE Multiplayer Wiki
Revision as of 15:35, 11 September 2016 by Ragempdev (talk | contribs) (Created page with "This property is the position of a player. ==Example== <source lang="javascript"> player.position = new Vector3f(0.0, 0.0, 0.72); </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property is the position of a player.

Example

player.position = new Vector3f(0.0, 0.0, 0.72);