<?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_resumeCountdown</id>
	<title>Bz resumeCountdown - 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_resumeCountdown"/>
	<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Bz_resumeCountdown&amp;action=history"/>
	<updated>2026-04-06T14:25:07Z</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_resumeCountdown&amp;diff=8074&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_resumeCountdown&amp;diff=8074&amp;oldid=prev"/>
		<updated>2011-10-19T09:36:32Z</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_resumeCountdown&lt;br /&gt;
| returns       = &lt;br /&gt;
| returntype    = void&lt;br /&gt;
| description   = Resumes the countdown that is currently paused.&lt;br /&gt;
| param1      = resumedBy&lt;br /&gt;
| param1type  = const char*&lt;br /&gt;
| param1desc  = The name of the player resuming the countdown. Note that this value does not have to be a callsign of a player in the server, it can be any string.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
Resume the countdown if a player unpauses, saying the player that unpaused decided to unpause the countdown also.&lt;br /&gt;
 case bz_ePlayerPausedEvent:{&lt;br /&gt;
 	if (!bz_isCountDownActive() &amp;amp;&amp;amp; !((bz_PlayerPausedEventData_V1*)eventData)-&amp;gt;pause) {&lt;br /&gt;
 		bz_resumeCountdown(bz_getPlayerCallsign(((bz_PlayerPausedEventData_V1*)eventData)-&amp;gt;playerID));&lt;br /&gt;
 	}&lt;br /&gt;
 }break;&lt;/div&gt;</summary>
		<author><name>Sigonasr2</name></author>
	</entry>
</feed>