<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Dgs3DTextSetAttachedOffsets?action=history&amp;feed=atom</id>
	<title>Dgs3DTextSetAttachedOffsets - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Dgs3DTextSetAttachedOffsets?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextSetAttachedOffsets&amp;action=history"/>
	<updated>2026-04-03T17:55:31Z</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=Dgs3DTextSetAttachedOffsets&amp;diff=62139&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;__NOTOC__  {{Client function}} This function sets the attached offsets of the attached DGS 3D Text  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; bool dgs3DTextSetAttachedOffsets(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Dgs3DTextSetAttachedOffsets&amp;diff=62139&amp;oldid=prev"/>
		<updated>2019-02-02T10:36:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{Client function}} This function sets the attached offsets of the attached DGS 3D Text  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bool dgs3DTextSetAttachedOffsets(...&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 sets the attached offsets of the attached 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;
bool dgs3DTextSetAttachedOffsets( element text3D [, float offsetX = 0, float offsetY = 0, float offsetZ = 0 ] )&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;
===Optional Arguments===&lt;br /&gt;
*'''offsetX:''' A float of the attach offset X.&lt;br /&gt;
*'''offsetY:''' A float of the attach offset Y.&lt;br /&gt;
*'''offsetZ:''' A float of the attach offset Z.&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:dgs3DTextSetAttachedOffsets(text,1,0,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>