Cam::destroyAllCams: Difference between revisions
(yay) |
|||
| Line 8: | Line 8: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.game.cam.destroyAllCams(false); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{Cam_s_function_c}} | {{Cam_s_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Latest revision as of 15:04, 14 January 2018
Syntax
mp.game.cam.destroyAllCams(destroy);
Required Arguments
- destroy: Boolean
Return value
- Undefined
Example
mp.game.cam.destroyAllCams(false);