# Set Game Pausing Allowed

Grammarallow Game Pausing
FlagsNative | Action

# Arguments

Returns — void

native void GameSetPauseable(bool pauseable);

Category: Game / Game Settings

# Examples

mods/heroesbrawlmods/arenamodemods/arenamode.stormmodbase.stormdata/LibAREN.galaxy:93

    GameSetSpeedLocked(true);
    TimerStart(libGame_gv_gobalTimer, c_timerDurationInfinite, false, c_timeGame);
    GameSetPauseable(false);
    SetScoreTimer(libGame_gv_gobalTimer);
    UnitEventSetNullVariableInvalid(true);