Cam::setGameplayCamRawYaw: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Does nothing
Does nothing
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">cam.setGameplayCamRawYaw(yaw);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.cam.setGameplayCamRawYaw(yaw);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''yaw:''' float
*'''yaw:''' float
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Cam_function_c}}
{{Cam_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:04, 6 May 2017

Does nothing

Syntax

mp.game.cam.setGameplayCamRawYaw(yaw);

Required Arguments

  • yaw: float

Return value

  • Undefined

Example

// todo

See also

Template:Cam s function c