Player::heading: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
This function using for getting or setting player rotation.
This property using for getting or setting player rotation.
== Example ==
== Example ==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Revision as of 20:42, 27 May 2017

This property using for getting or setting player rotation.

Example

let playerRot = player.heading
player.heading = 90

See Also