IsValidText3D: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Client & Server|1.0}} | ||
{{FuncDescription|Check if the text 3d is valid or not.}} | {{FuncDescription|Check if the text 3d is valid or not.}} |
Latest revision as of 13:57, 10 November 2021
Description
Check if the text 3d is valid or not.
Syntax
IsValidText3D(text3d)
Parameters
- text3d
The text 3d identifier.
Return Value
- Returns true on success.
Example
if IsValidText3D(text3d) then
DestroyText3D(text3d)
end
See also
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor