Cam::shakeCinematicCam: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
p0 argument found in the b617d scripts: 'DRUNK_SHAKE' ==Syntax==<syntaxhighlight lang="javascript">cam.shakeCinematicCam(p0, p1);</syntaxhighlight>=== Required Arguments ===*'''p0:''' String*'''p1:''' float===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Cam_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | p0 argument found in the b617d scripts: 'DRUNK_SHAKE' | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">cam.shakeCinematicCam(p0, p1);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''p0:''' String | |||
*'''p1:''' float | |||
===Return value=== | |||
*'''Undefined''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Cam_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 20:19, 6 May 2017
p0 argument found in the b617d scripts: 'DRUNK_SHAKE'
Syntax
cam.shakeCinematicCam(p0, p1);
Required Arguments
- p0: String
- p1: float
Return value
- Undefined
Example
todo