Garry's Mod Wiki

timer.IsPaused

  boolean timer.IsPaused( string identifier )

Recently Added

This was recently added in version (2026.06.25). It might only be available on the Dev Branch right now.

Description

Returns whenever the given timer is paused or not. (timer.Pause)

Arguments

1 string identifier
Identifier of the timer. (timer.Create)

Returns

1 boolean
Returns true if the timer is paused, false if it isn't, nil if it doesn't exist.