# Timer Is Paused

Grammart is paused
FlagsNative | Function

Returns true if the timer has been paused.

# Arguments

  • timer — Timer

Returns — bool

native bool TimerIsPaused(timer t);

Category: Timer / Timers

# Examples

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L2512
TimerIsPaused(gv_channelTimer)
// L2512
TimerIsPaused(gv_channelTimer)
// L2803
TimerIsPaused(gv_s2_ProtectKerriganTimer)
// L2803
TimerIsPaused(gv_s2_ProtectKerriganTimer)

# mods/heroesbrawlmods/arenamodemods/templearena.stormmod

LibAMCT.galaxy

// L2509
TimerIsPaused(libAMCT_gv_aRMSkyTempleActivateWarningTimer)
// L2517
TimerIsPaused(libAMCT_gv_aRMSkyTempleTimedTempleTimer)
// L2633
TimerIsPaused(libAMCT_gv_aRMSkyTempleTimedTempleTimer)

# mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmod

LibPEB1.galaxy

// L12655
TimerIsPaused(libPEB1_gv_archangel1_Timer)
// L12664
TimerIsPaused(libPEB1_gv_archangel2_Timer)

# mods/heroesbrawlmods/brawlmapmods/coop/pvebrawluimod.stormmod

LibPBUI.galaxy

// L449
TimerIsPaused(libPBUI_gv_curateHeroSelectionSetting.lv_countdownTimer)
// L454
TimerIsPaused(libPBUI_gv_curateHeroSelectionSetting.lv_countdownTimer)

# mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod

LibPVEU.galaxy

// L472
TimerIsPaused(libPVEU_gv_pvEUICurateHeroSelectionSetting.lv_countdownTimer)
// L477
TimerIsPaused(libPVEU_gv_pvEUICurateHeroSelectionSetting.lv_countdownTimer)

# mods/heroesdata.stormmod

GameDataHelperLib.galaxy

// L13396
TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikDeathTimer)
// L13406
TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogDeathTimer)
// L13416
TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafDeathTimer)
// L14571
TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_itPlayer].lv_checkpointReachedCarinRespawnTimer)
// L14575
TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_itPlayer].lv_checkpointReachedCarinRespawnTimer)
// L19619
TimerIsPaused(libGDHL_gv_mishaDeathTimer[lv_rexxarPlayer])

# mods/heroesdata.stormmod

GameLib.galaxy

// L15827
TimerIsPaused(libGame_gv_openTheGatesTimer)

# mods/heroesdata.stormmod

MapMechanicsLib.galaxy

// L3318
TimerIsPaused(libMapM_gv_mMRavenTimers[lv_itIndex])

# mods/heroesdata.stormmod

StartingExperienceLib.galaxy

// L2586
TimerIsPaused(libGame_gv_openTheGatesTimer)

# mods/heroesdata.stormmod

SupportLib.galaxy

// L5256
TimerIsPaused(libGame_gv_openTheGatesTimer)
// L8125
TimerIsPaused(libGame_gv_openTheGatesTimer)

# mods/heroesmapmods/battlegroundmapmods/alteracpass.stormmod

LibMMAP.galaxy

// L523
TimerIsPaused(lv_idleTimer)

# mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmod

LibSCHO.galaxy

// L4670
TimerIsPaused(libSCHO_gv_mMHO_AttackEventWarningTimer)

# mods/heroesmapmods/battlegroundmapmods/infernalshrines.stormmod

LibMSHE.galaxy

// L2281
TimerIsPaused(libMSHE_gv_mMISShrineWarningTimer)
// L2290
TimerIsPaused(libMSHE_gv_mMISShrineTimer)

# mods/heroesmapmods/battlegroundmapmods/skytemple.stormmod

LibMLCP.galaxy

// L3103
TimerIsPaused(libMLCP_gv_mMSkyTempleBlessingWarningTimer)

# mods/heroesmapmods/battlegroundmapmods/towersofdoom.stormmod

LibMTOD.galaxy

// L2323
TimerIsPaused(libMTOD_gv_mMToDScoringAltarTimer)

# mods/heromods/chogall.stormmod

LibHCHO.galaxy

// L2195
TimerIsPaused(libGame_gv_players[lv_gallPlayer].lv_respawnTimer)