<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Dgs3DTextGetInterior?action=history&amp;feed=atom</id>
	<title>Dgs3DTextGetInterior - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Dgs3DTextGetInterior?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextGetInterior&amp;action=history"/>
	<updated>2026-04-08T15:25:36Z</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=Dgs3DTextGetInterior&amp;diff=62129&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;__NOTOC__  {{Client function}} This function gets the interior of the DGS 3D Text.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; int dgs3DTextGetInterior( element text3D ) &lt;/synta...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextGetInterior&amp;diff=62129&amp;oldid=prev"/>
		<updated>2019-02-02T10:16:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{Client function}} This function gets the interior of the DGS 3D Text.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; int dgs3DTextGetInterior( element text3D ) &amp;lt;/synta...&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 gets the interior of the DGS 3D Text.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
int dgs3DTextGetInterior( 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 an ''int'' 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;
outputChatBox(DGS:dgs3DTextGetInterior(text)) --Default is 0&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>