<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3ATimer</id>
	<title>Lua:Timer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3ATimer"/>
	<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:Timer&amp;action=history"/>
	<updated>2026-05-08T22:29:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Lua:Timer&amp;diff=9762&amp;oldid=prev</id>
		<title>Crazycarl: 2.42</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:Timer&amp;diff=9762&amp;oldid=prev"/>
		<updated>2011-06-26T04:33:09Z</updated>

		<summary type="html">&lt;p&gt;2.42&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox manual/Header}}&lt;br /&gt;
{{Infobox_mapping}}&lt;br /&gt;
==Hud Timer Managers==&lt;br /&gt;
&lt;br /&gt;
HUD timers can now be controlled by a separate timer object. This can be useful if a player joins the server and needs a timer added their screen with the correct value. These are to be used in conjunction with [[Lua:AddHudTimer]], [[Lua:AddHudTimerToAll]], and [[Lua:AddHudTimerToTeam]].&lt;br /&gt;
&lt;br /&gt;
===Commands===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;AddTimer&amp;#039;&amp;#039;&amp;#039;( &amp;#039;&amp;#039;timername, startvalue, increment&amp;#039;&amp;#039; )&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;RemoveTimer&amp;#039;&amp;#039;&amp;#039;( &amp;#039;&amp;#039;timername&amp;#039;&amp;#039; )&lt;br /&gt;
* integer &amp;#039;&amp;#039;&amp;#039;GetTimerTime&amp;#039;&amp;#039;&amp;#039;( &amp;#039;&amp;#039;timername&amp;#039;&amp;#039; )&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
* &amp;#039;&amp;#039;timername&amp;#039;&amp;#039;(string) The name for this timer. &lt;br /&gt;
* &amp;#039;&amp;#039;startvalue&amp;#039;&amp;#039;(integer) The number of seconds to start at.&lt;br /&gt;
* &amp;#039;&amp;#039;increment&amp;#039;&amp;#039;(integer) The number of seconds to add each second. Typically -1 should be used.&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
The timer is strictly a visual aid. To delay important game events, Use the [[:Category:Schedules|Scheduling System]].&lt;br /&gt;
&lt;br /&gt;
[[Category:HUD_Items]]&lt;br /&gt;
{{Infobox manual/Footer}}&lt;/div&gt;</summary>
		<author><name>Crazycarl</name></author>
	</entry>
</feed>