GetText3DLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetText3DLocation(text3d)}} {{FuncParameters}} {{FuncParam|text3d|__EDIT_ME__}} {{FuncReturnValue...")
 
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Get the text 3d XYZ location.}}


{{FuncSyntax|GetText3DLocation(text3d)}}
{{FuncSyntax|GetText3DLocation(text3d)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|text3d|__EDIT_ME__}}
{{FuncParam|text3d|The text 3d identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns the XYZ vectors of the text 3d.}}


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
local x, y, z = GetText3DLocation(text3d)
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:Text3DFunctions}}

Latest revision as of 13:47, 19 November 2019

GetText3DLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Get the text 3d XYZ location.

Syntax

GetText3DLocation(text3d)

Parameters

  • text3d
    The text 3d identifier.

Return Value

  • Returns the XYZ vectors of the text 3d.

Example

local x, y, z = GetText3DLocation(text3d)

See also