This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Bz isCountDownPaused"

From BZFlagWiki
Jump to: navigation, search
(Added a page for bz_isCountDownPaused())
 
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.