Graphics::setBlackout

From RAGE Multiplayer Wiki

Disables all emissive textures and lights like city lights, car lights, cop car lights. Particles still emit light

Used in Humane Labs Heist for EMP.

Syntax

mp.game.graphics.setBlackout(enable);

Required Arguments

  • enable: Boolean

Return value

  • Undefined

Example

// todo

See also