Cam::getCamSplineNodeIndex: Difference between revisions
(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. ==Syntax==<syntaxhighlight lang="javascript">cam.getCamSplineNodeIndex(cam);</syntaxhighlight>=== Required Arguments ===*'''cam:''' int===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Cam_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | I named the beginning from Any to BOOL as this native is used in an if statement as well. | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">cam.getCamSplineNodeIndex(cam);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''cam:''' int | |||
===Return value=== | |||
*'''Boolean''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Cam_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 20:02, 6 May 2017
I named the beginning from Any to BOOL as this native is used in an if statement as well.
Syntax
cam.getCamSplineNodeIndex(cam);
Required Arguments
- cam: int
Return value
- Boolean
Example
todo