Graphics::setTimecycleModifier
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