<?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_isTimeManualStart</id>
	<title>Bz isTimeManualStart - 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_isTimeManualStart"/>
	<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Bz_isTimeManualStart&amp;action=history"/>
	<updated>2026-04-28T16:35:24Z</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_isTimeManualStart&amp;diff=8069&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_isTimeManualStart&amp;diff=8069&amp;oldid=prev"/>
		<updated>2011-10-19T09:18: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_isTimeManualStart&lt;br /&gt;
| returns       = True if the time limit requires manual startup or false if it is automatically running from the start.&lt;br /&gt;
| returntype    = bool&lt;br /&gt;
| description   = Retrieves whether or not the time limit has to be started via a player issuing the &amp;#039;&amp;#039;&amp;#039;/countdown&amp;#039;&amp;#039;&amp;#039; command. The &amp;#039;&amp;#039;&amp;#039;-timemanual&amp;#039;&amp;#039;&amp;#039; BZFS option would make this return value true.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
If a player joins and the timer requires manual starting, tell the user that.&lt;br /&gt;
 case bz_ePlayerJoinEvent: {&lt;br /&gt;
 	if (bz_isTimeManualStart()) {&lt;br /&gt;
 	bz_sendTextMessage(BZ_SERVER,((bz_PlayerJoinPartEventData_V1*)eventData)-&amp;gt;playerID,&lt;br /&gt;
 		&amp;quot;Welcome! You can start the timer with /countdown at any time.&amp;quot;);}&lt;br /&gt;
 }break;&lt;/div&gt;</summary>
		<author><name>Sigonasr2</name></author>
	</entry>
</feed>