Entity::position: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 8: Line 8:


==See Also==
==See Also==
{{Player_block}}
{{Entity_block}}

Revision as of 13:43, 17 April 2017

This property is the position of a player.

Example

let playerPos = player.position
player.position = new Vector3(0.0, 0.0, 72.0);

See Also