Graphics::enableClownBloodVfx: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
(One intermediate revision by the same user not shown)
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">mp.game.graphics.enableClownBloodVfx(toggle);</syntaxhighlight>
=== Required Arguments ===
*'''toggle:''' Boolean
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
{{Graphics_s_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Latest revision as of 21:27, 6 May 2017

Creates cartoon effect when Michel smokes the weed

Syntax

mp.game.graphics.enableClownBloodVfx(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also