DestroyText3D: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[CreateText3D]] | *[[SetText3DDimension]] | ||
*[[GetText3DDimension]] | |||
*[[SetText3DPropertyValue]] | |||
*[[GetText3DPropertyValue]] | |||
*[[GetText3DCount]] | |||
*[[GetAllText3D]] | |||
*[[CreateText3D]] | |||
*[[DestroyText3D]] | |||
*[[IsValidText3D]] | |||
*[[SetText3DAttached]] | |||
*[[SetText3DVisibility]] | |||
*[[SetText3DText]] |
Revision as of 20:03, 2 September 2020
Description
Destroys the specified 3D text label.
Syntax
DestroyText3D(text3d)
Parameters
- text3d
The 3D text label identifier
Return Value
- Returns true on success.
Example
__EDIT_ME__