# Pause/Unpause All Cooldowns For Game

Grammarpause|Pause/Unpause all cooldowns for game
FlagsNative | Action

Pauses or unpauses all cooldowns in the game.

# Arguments

Returns — void

native void GamePauseAllCooldowns(bool inPaused);

Category: Game / Charges And Cooldowns

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L1245
GamePauseAllCooldowns(true)
// L1303
GamePauseAllCooldowns(false)
// L708
GamePauseAllCooldowns(true)
// L1391
GamePauseAllCooldowns(false)
// L1245
GamePauseAllCooldowns(true)
// L1303
GamePauseAllCooldowns(false)
// L708
GamePauseAllCooldowns(true)
// L1391
GamePauseAllCooldowns(false)