<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spacefrog</id>
	<title>RAGE Multiplayer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spacefrog"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Spacefrog"/>
	<updated>2026-06-04T14:48:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Fire::startScriptFire&amp;diff=10476</id>
		<title>Fire::startScriptFire</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Fire::startScriptFire&amp;diff=10476"/>
		<updated>2018-05-24T12:55:10Z</updated>

		<summary type="html">&lt;p&gt;Spacefrog: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starts a fire:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;xyz: Location of fire&amp;lt;br&amp;gt;maxChildren: The max amount of times a fire can spread to other objects. Must be 25 or less, or the function will do nothing.&amp;lt;br&amp;gt;isGasFire: Whether or not the fire is powered by gasoline.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.fire.startScriptFire(X, Y, Z, maxChildren, isGasFire);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;X:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;Y:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;Z:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;maxChildren:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;isGasFire:&#039;&#039;&#039; Boolean&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;int&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//Client event &lt;br /&gt;
mp.events.add(&#039;StartFire&#039;, (posX, posY, posZ,maxChilderen,gasPowerd) =&amp;gt; {&lt;br /&gt;
// The fireId is a int&lt;br /&gt;
let fireId = mp.game.fire.startScriptFire(posX, posY, posZ, maxChilderen, gasPowerd);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Fire_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Spacefrog</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Fire::startScriptFire&amp;diff=10475</id>
		<title>Fire::startScriptFire</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Fire::startScriptFire&amp;diff=10475"/>
		<updated>2018-05-24T12:53:49Z</updated>

		<summary type="html">&lt;p&gt;Spacefrog: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starts a fire:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;xyz: Location of fire&amp;lt;br&amp;gt;maxChildren: The max amount of times a fire can spread to other objects. Must be 25 or less, or the function will do nothing.&amp;lt;br&amp;gt;isGasFire: Whether or not the fire is powered by gasoline.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.fire.startScriptFire(X, Y, Z, maxChildren, isGasFire);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;X:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;Y:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;Z:&#039;&#039;&#039; float&lt;br /&gt;
*&#039;&#039;&#039;maxChildren:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;isGasFire:&#039;&#039;&#039; Boolean&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;int&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//Client event &lt;br /&gt;
mp.events.add(&#039;StartFire&#039;, (posX, posY, posZ,maxChilderen,gasPowerd) =&amp;gt; {&lt;br /&gt;
// Parameters float,float,float,int,boolean&lt;br /&gt;
// The fireId is a int&lt;br /&gt;
let fireId = mp.game.fire.startScriptFire(posX, posY, posZ, maxChilderen, gasPowerd);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Fire_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Spacefrog</name></author>
	</entry>
</feed>