<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Dgs3DTextDetachFromElement?action=history&amp;feed=atom</id>
	<title>Dgs3DTextDetachFromElement - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Dgs3DTextDetachFromElement?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextDetachFromElement&amp;action=history"/>
	<updated>2026-05-10T00:04:26Z</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=Dgs3DTextDetachFromElement&amp;diff=62138&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;__NOTOC__  {{Client function}} This function detaches DGS 3D Text from the attached element.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; bool dgs3DTextDetachFromElement( element...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextDetachFromElement&amp;diff=62138&amp;oldid=prev"/>
		<updated>2019-02-02T10:35:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{Client function}} This function detaches DGS 3D Text from the attached element.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bool dgs3DTextDetachFromElement( element...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function detaches DGS 3D Text from the attached element.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dgs3DTextDetachFromElement( element text3D )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''text3D:''' The DGS 3D Text element.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if succeed, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs&lt;br /&gt;
&lt;br /&gt;
local text = DGS:dgsCreate3DText(0,0,4,&amp;quot;DGS 3D Text Test&amp;quot;,white)&lt;br /&gt;
DGS:dgsSetProperty(text,&amp;quot;fadeDistance&amp;quot;,20)&lt;br /&gt;
DGS:dgsSetProperty(text,&amp;quot;shadow&amp;quot;,{1,1,tocolor(0,0,0,255),true})&lt;br /&gt;
DGS:dgsSetProperty(text,&amp;quot;outline&amp;quot;,{&amp;quot;out&amp;quot;,1,tocolor(255,255,255,255)})&lt;br /&gt;
DGS:dgs3DTextAttachToElement(text,localPlayer,0,5,0)&lt;br /&gt;
DGS:dgs3DTextDetachFromElement(text)  --Detached&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>Thisdp</name></author>
	</entry>
</feed>