GetText3DLocation

From Onset Developer Wiki
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