Cam::getCamSplineNodePhase: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
I'm pretty sure the parameter is the camera as usual, but I am not certain so I'm going to leave it as is.==Syntax==<syntaxhighlight lang="javascript">cam.getCamSplineNodePhase(p0);</syntaxhighlight>=== Required Arguments ===*'''p0:''' unknown (to be checked)===Return value===*'''float'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Cam_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
I'm pretty sure the parameter is the camera as usual, but I am not certain so I'm going to leave it as is.
==Syntax==
<syntaxhighlight lang="javascript">cam.getCamSplineNodePhase(p0);</syntaxhighlight>
=== Required Arguments ===
*'''p0:''' unknown (to be checked)
===Return value===
*'''float'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Cam_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 19:54, 6 May 2017

I'm pretty sure the parameter is the camera as usual, but I am not certain so I'm going to leave it as is.

Syntax

cam.getCamSplineNodePhase(p0);

Required Arguments

  • p0: unknown (to be checked)

Return value

  • float

Example

todo

See also

Template:Cam function c