DestroyText3D
From Onset Developer Wiki
Description
Destroys the specified 3D text label.
Syntax
DestroyText3D(text3d)
Parameters
- text3d
The 3D text label identifier
Return Value
- Returns true on success.
Example
if IsValidText(text) then
DestroyText3D(text)
end