Cam::getCamSplineNodeIndex: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
Line 1: Line 1:
I named the beginning from Any to BOOL as this native is used in an if statement as well.  
I named the beginning from Any to BOOL as this native is used in an if statement as well.  
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">cam.getCamSplineNodeIndex(cam);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.cam.getCamSplineNodeIndex(cam);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''cam:''' int
*'''cam:''' int
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:05, 6 May 2017

I named the beginning from Any to BOOL as this native is used in an if statement as well.

Syntax

mp.game.cam.getCamSplineNodeIndex(cam);

Required Arguments

  • cam: int

Return value

  • Boolean

Example

// todo

See also

Template:Cam s function c