GetText3DLocation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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