Delete3DTextLabel

Delete3DTextLabel

Description:
Function Delete3DTextLabel delete a 3D text label (created with Create3DTextLabel).
Function Delete3DTextLabel was added in 0.3a and will not work in earlier versions!


Parameters:
(Text3D:id)
int Text3D:id The ID of the 3D text label to delete.


Return Values:
1 if the 3D text label was deleted, otherwise 0.


Examples:
new Text3D:MyLabel;
 
MyLabel = Create3DTextLabel(...);
 
Delete3DTextLabel(MyLabel);


Related Functions
The following functions may be useful, as they are related to this function in one way or another.