<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=OnText3DDestroyed</id>
	<title>OnText3DDestroyed - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=OnText3DDestroyed"/>
	<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnText3DDestroyed&amp;action=history"/>
	<updated>2026-04-24T11:33:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnText3DDestroyed&amp;diff=4174&amp;oldid=prev</id>
		<title>BlueMountains: Created page with &quot;{{Info|Event|Server|1.2.2}}  {{FuncDescription|Event called when a text3d instance was destroyed through DestroyText3D.}}  {{FuncSyntax|OnText3DDestroyed(text3d)}}  {{Func...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnText3DDestroyed&amp;diff=4174&amp;oldid=prev"/>
		<updated>2020-08-31T20:45:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Info|Event|Server|1.2.2}}  {{FuncDescription|Event called when a text3d instance was destroyed through &lt;a href=&quot;/wiki/DestroyText3D&quot; title=&quot;DestroyText3D&quot;&gt;DestroyText3D&lt;/a&gt;.}}  {{FuncSyntax|OnText3DDestroyed(text3d)}}  {{Func...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Info|Event|Server|1.2.2}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Event called when a text3d instance was destroyed through [[DestroyText3D]].}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnText3DDestroyed(text3d)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|text3d|The text3d which was destroyed.}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;quot;&amp;gt;&lt;br /&gt;
function OnText3DDestroyed(text3d)&lt;br /&gt;
    print(&amp;quot;Text3D &amp;quot;..text3d..&amp;quot; was destroyed&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
AddEvent(&amp;quot;OnText3DDestroyed&amp;quot;, OnText3DDestroyed)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{Text3DServerEvents}}&lt;/div&gt;</summary>
		<author><name>BlueMountains</name></author>
	</entry>
</feed>