This wiki is archived and useful information is being migrated to the main bzflag.org website
bz_cancelCountdown
From BZFlagWiki
Revision as of 09:29, 21 December 2014 by Alezakos (Talk | contribs) (Created page with "{{apicall | name = bz_cancelCountdown | returns = | returntype = void | description = Stops the countdown before a match has been started. | param1 =...")
void bz_cancelCountdown (const char* canceledBy)
Stops the countdown before a match has been started.
Parameters:
canceledBy - The name of the player stopping the countdown. Note that this value does not have to be a callsign of a player in the server, it can be any string or
null
.