Player::getPlayerWantedCentrePosition: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">player.getPlayerWantedCentrePosition();</syntaxhighlight>=== Required Arguments ======Return value===*'''Vector3'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Player_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">player.getPlayerWantedCentrePosition();</syntaxhighlight>
=== Required Arguments ===
===Return value===
*'''Vector3'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Player_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 20:22, 6 May 2017

Syntax

player.getPlayerWantedCentrePosition();

Required Arguments

Return value

  • Vector3

Example

todo

See also