Camera::destroy: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
Removes the camera.
Removes the camera.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">camera.destroy(destroy);</syntaxhighlight>
<pre>camera.destroy(destroy);</pre>
=== Required Arguments ===
=== Required Arguments ===
*'''destroy:''' Boolean
*'''destroy:''' Boolean
Line 7: Line 7:
*'''Undefined'''
*'''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<pre>
// todo
// todo
</syntaxhighlight>
</pre>
==See also==
==See also==
{{Camera_definition_c}}
{{Camera_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Camera API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 21:21, 27 March 2019