Graphics::setTimecycleModifier: Difference between revisions

From RAGE Multiplayer Wiki
 
Line 8: Line 8:


==Example==
==Example==
<syntaxhighlight lang="javascript">
<pre>
// todo
// todo
</syntaxhighlight>
</pre>
 
==See also==
==See also==
{{Graphics_s_function_c}}
{{Graphics_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 17:41, 16 August 2018

Loads the specified timecycle modifier. Modifier list

Parameters:
modifierName - The modifier to load (e.g. 'V_FIB_IT3', 'scanline_cam', etc.)

Syntax

mp.game.graphics.setTimecycleModifier(modifierName);

Required Arguments

  • modifierName: String

Return value

  • Undefined

Example

// todo

See also