Graphics::enableClownBloodVfx: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
Creates cartoon effect when Michel smokes the weed==Syntax==<syntaxhighlight lang="javascript">graphics.enableClownBloodVfx(toggle);</syntaxhighlight>=== Required Arguments ===*'''toggle:''' Boolean===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Graphics_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | Creates cartoon effect when Michel smokes the weed | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">graphics.enableClownBloodVfx(toggle);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''toggle:''' Boolean | |||
===Return value=== | |||
*'''Undefined''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Graphics_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 20:24, 6 May 2017
Creates cartoon effect when Michel smokes the weed
Syntax
graphics.enableClownBloodVfx(toggle);
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
todo