Graphics::transitionToBlurred

From RAGE Multiplayer Wiki

Time in ms to transition to fully blurred screen. RU: время в мс до перехода к полностью размытому экрану.

Syntax

mp.game.graphics.transitionToBlurred(transitionTime);

Required Arguments

  • transitionTime: float

Return value

  • Boolean

Example

mp.game.graphics.transitionToBlurred(1000); // Blur the screen after 1000ms (RU: Размываем экран через 1000 мс)

See also