GetAllText3D
From Onset Developer Wiki
Description
Get all text 3D on the server. Useful for loops.
Syntax
GetAllText3D()
Parameters
- This function has no parameters.
Return Value
- Returns a table of all text 3D.
Example
function destroyAll3DTexts()
for index, text in ipairs(GetAllText3D()) do
DestroyText3D(text)
end
end
See also
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor