Skip to Content

bz_isCountDownActive()

Available since 2.4.0

Check whether or not a timed game is currently in progress. A timed game is as two separate situations:

  • A server is configured with the -time flag, meaning the server will shut down automatically after N seconds; players see a countdown at the top of their HUD
  • A server is configured with -time and -timemanual and a player or plug-in has initiated a timed match, often used for league matches; players see a countdown at the top of their HUD

If the countdown is paused, it is still considered "active."

Usage

bool bz_isCountDownActive()

Returns

bool - Returns true if a timed game is progress.

Other Timed Games Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page