GetText3DLocation

From Onset Developer Wiki
Revision as of 13:47, 19 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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