<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bzflag.org/index.php?action=history&amp;feed=atom&amp;title=Bz_isCountDownActive</id>
	<title>Bz isCountDownActive - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bzflag.org/index.php?action=history&amp;feed=atom&amp;title=Bz_isCountDownActive"/>
	<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Bz_isCountDownActive&amp;action=history"/>
	<updated>2026-04-28T16:35:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bzflag.org/index.php?title=Bz_isCountDownActive&amp;diff=8070&amp;oldid=prev</id>
		<title>Sigonasr2: Create API Function Page. Include Example.</title>
		<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Bz_isCountDownActive&amp;diff=8070&amp;oldid=prev"/>
		<updated>2011-10-19T09:21:58Z</updated>

		<summary type="html">&lt;p&gt;Create API Function Page. Include Example.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{apicall&lt;br /&gt;
| name          = bz_isCountDownActive&lt;br /&gt;
| returns       = Whether or not the countdown timer is ticking down.&lt;br /&gt;
| returntype    = bool&lt;br /&gt;
| description   = Retrieves whether or not the countdown is active. The countdown timer is active if the timer is continuing to go down every second.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
Tell players that join that a match is in progress if they join while the countdown is active.&lt;br /&gt;
 case bz_ePlayerJoinEvent: {&lt;br /&gt;
 	if (bz_isCountDownActive()) {&lt;br /&gt;
 	bz_sendTextMessage(BZ_SERVER,((bz_PlayerJoinPartEventData_V1*)eventData)-&amp;gt;playerID,&lt;br /&gt;
 		&amp;quot;Welcome! There is currently a timed match in progress.&amp;quot;);}&lt;br /&gt;
 }break;&lt;/div&gt;</summary>
		<author><name>Sigonasr2</name></author>
	</entry>
</feed>