Gameplay::setGamePaused

From RAGE Multiplayer Wiki
Revision as of 09:59, 22 July 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Make sure to call this from the correct thread if you're using multiple threads because all other threads except the one which is calling SET_GAME_PAUSED will be paused which means you will lose control and the game remains in paused mode until you exit GTA5.exe

Syntax

mp.game.gameplay.setGamePaused(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also