bz_isCountDownInProgress()
Available since 2.4.0
Check whether or not there is a countdown in progress to begin a timed game.
Players will often see the server announce a countdown as a server message looking like the following,
SERVER: 5...
SERVER: 4...
SERVER: 3...
SERVER: 2...
SERVER: 1...
Usage
bool bz_isCountDownInProgress()
Returns
bool - Returns true if a countdown to a timed match is in progress.
Other Timed Games Functions
This content is maintained on GitHub. We welcome any feedback and improvements!