<?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=XEpic</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=XEpic"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/XEpic"/>
	<updated>2026-04-06T21:39:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DE/isVehicleFuelTankExplodable&amp;diff=30582</id>
		<title>DE/isVehicleFuelTankExplodable</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/isVehicleFuelTankExplodable&amp;diff=30582"/>
		<updated>2012-05-10T14:17:22Z</updated>

		<summary type="html">&lt;p&gt;XEpic: Created page with &amp;quot;Diese Funktion wird verwendet um abzufragen ob der Tank eines Fahrzeugs explodieren kann.  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool isVehicleFuelTankExplodable ( vehicle theVehicle )&amp;lt;/syntaxhighlight&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diese Funktion wird verwendet um abzufragen ob der Tank eines Fahrzeugs explodieren kann.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool isVehicleFuelTankExplodable ( vehicle theVehicle )&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Benötigte Argumente==&lt;br /&gt;
*'''theVehicle''' Das Fahrzeug von dem du den Status abfragen willst.&lt;br /&gt;
&lt;br /&gt;
==Return==&lt;br /&gt;
Gibt true zurück wenn das Fahrzeug richtig ist und der Tank explodieren kann.&lt;br /&gt;
&lt;br /&gt;
===Beispiel===&lt;br /&gt;
Es wird überprüft ob der Tank explodieren kann und dann in der Chatbox ausgegeben.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;function checkTank ( )&lt;br /&gt;
     local veh = getPedOccupiedVehicle(source)&lt;br /&gt;
           if isVehicleFuelTankExplodable(veh) then&lt;br /&gt;
               outputChatBox(&amp;quot;Das Fahrzeug kann explodieren&amp;quot;)&lt;br /&gt;
           elseif not isVehicleFuelTankExplodable(veh) then&lt;br /&gt;
               outputChatBox(&amp;quot;Das Fahrzeug kann nicht explodieren&amp;quot;)&lt;br /&gt;
           end&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;check&amp;quot;, checkTank)&lt;/div&gt;</summary>
		<author><name>XEpic</name></author>
	</entry>
</feed>