This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz isCountDownPaused: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Allejo (talk | contribs)
Added a page for bz_isCountDownPaused()
 
Allejo (talk | contribs)
m Added minimum revision for the version
 
Line 1: Line 1:
{{apicall
{{apicall
| name         = bz_isCountDownPaused
| name = bz_isCountDownPaused
| returns       = Whether or not the countdown timer is paused.
| returns = Whether or not the countdown timer is paused.
| returntype   = bool
| returntype = bool
| description   = Retrieves whether or not the countdown is paused.
| description = Retrieves whether or not the countdown is paused.
| version = 2.4.3 (r22830) or later
}}
}}

Latest revision as of 07:32, 16 October 2013

bool bz_isCountDownPaused ()


Minimum API Version: 2.4.3 (r22830) or later
Retrieves whether or not the countdown is paused.

Returns:
Whether or not the countdown timer is paused.