Cam::setCamSplinePhase: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">cam.setCamSplinePhase(cam, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.cam.setCamSplinePhase(cam, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''cam:''' int
*'''cam:''' int
Line 9: Line 9:
==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

Syntax

mp.game.cam.setCamSplinePhase(cam, p1);

Required Arguments

  • cam: int
  • p1: float

Return value

  • Undefined

Example

// todo

See also

Template:Cam s function c