GetText3DText: Difference between revisions
From Onset Developer Wiki
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..." |
(No difference)
|
Latest revision as of 14:01, 10 November 2021
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
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor