Graphics::setTimecycleModifier

From RAGE Multiplayer Wiki
Revision as of 20:47, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Loads the specified timecycle modifier. Modifiers are defined separately in another file (e.g. 'timecycle_mods_1.xml')

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

Syntax

graphics.setTimecycleModifier(modifierName);

Required Arguments

  • modifierName: String

Return value

  • Undefined

Example

todo

See also

Template:Graphics function c