GetText3DText

From Onset Developer Wiki
GetText3DText

Type: Function
Context: Server & Client
Introduced: v1.5.2

Description

Gets a text3d text string.

Syntax

GetText3DText(text3d)

Parameters

  • text3d
    The text 3D identifier

Return Value

  • Returns the text as a string.

Example

for k, v in pairs(GetAllText3D()) do
    print(GetText3DText(v))
end

See also