GetText3DText

From Onset Developer Wiki
Revision as of 14:01, 10 November 2021 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server & Client|1.5.2}} {{FuncDescription|Gets a text3d text string.}} {{FuncSyntax|GetText3DText(text3d)}} {{FuncParameters}} {{FuncParam|text3d|The text 3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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