<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DE/IsObjectBreakable?action=history&amp;feed=atom</id>
	<title>DE/IsObjectBreakable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DE/IsObjectBreakable?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/IsObjectBreakable&amp;action=history"/>
	<updated>2026-04-22T11:29:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DE/IsObjectBreakable&amp;diff=30492&amp;oldid=prev</id>
		<title>LarSoWiTsH: Created page with &quot;==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt;bool isObjectBreakable ( object theObject )&lt;/syntaxhighlight&gt;   ===Erforderliche Argumente===  *'''theObject''' Das Objekt, welches du überprüfen willst. ===Wiede...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/IsObjectBreakable&amp;diff=30492&amp;oldid=prev"/>
		<updated>2012-05-05T19:12:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool isObjectBreakable ( object theObject )&amp;lt;/syntaxhighlight&amp;gt;   ===Erforderliche Argumente===  *&amp;#039;&amp;#039;&amp;#039;theObject&amp;#039;&amp;#039;&amp;#039; Das Objekt, welches du überprüfen willst. ===Wiede...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool isObjectBreakable ( object theObject )&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Erforderliche Argumente=== &lt;br /&gt;
*'''theObject''' Das Objekt, welches du überprüfen willst.&lt;br /&gt;
===Wiedergabe===&lt;br /&gt;
Wiedergibt ein (''true''), wenn das Objekt zerbrechlich ist , andernfalls (''false''), wenn das Objekt nicht zerbrechlich ist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Beispiel== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
Dieses Beispiel erstellt ein Objekt, wenn die Resource startet und überprüft, ob es zerbrechlich ist. (GETESTET!)&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;addEventHandler(&amp;quot;onClientResourceStart&amp;quot;,resourceRoot,function()&lt;br /&gt;
	local object = createObject ( 1337, 5540.6654, 1020.55122, 1240.545 )&lt;br /&gt;
	if isObjectBreakable(object) then&lt;br /&gt;
		outputChatBox(&amp;quot;Yes, the object is breakable.&amp;quot;)&lt;br /&gt;
	else&lt;br /&gt;
		outputChatBox(&amp;quot;No, the object is not breakable&amp;quot;)&lt;br /&gt;
	end&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Siehe auch==&lt;br /&gt;
{{Object functions}}&lt;/div&gt;</summary>
		<author><name>LarSoWiTsH</name></author>
	</entry>
</feed>