<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Manuel1948</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Manuel1948"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Manuel1948"/>
	<updated>2026-05-07T08:52:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Timer&amp;diff=61882</id>
		<title>Timer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Timer&amp;diff=61882"/>
		<updated>2019-01-09T22:34:34Z</updated>

		<summary type="html">&lt;p&gt;Manuel1948: /* Related scripting functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A [[timer]] object refers to a timer set to execute a function a certain number of times with a specified delay.&lt;br /&gt;
&lt;br /&gt;
Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid. Also timers are not under the ''resource'' hierarchy, because they are not elements, for instance, if you create a timer, it will not be destroyed when the resource in which it was created is stopped, so in this case you should kill the timer manually.&lt;br /&gt;
&lt;br /&gt;
==Related scripting functions==&lt;br /&gt;
* [[getTimers]]&lt;br /&gt;
* [[killTimer]]&lt;br /&gt;
* [[setTimer]]&lt;br /&gt;
* [[isTimer]]&lt;br /&gt;
* [[getTimerDetails]]&lt;br /&gt;
&lt;br /&gt;
[[hu:timer]]&lt;/div&gt;</summary>
		<author><name>Manuel1948</name></author>
	</entry>
</feed>