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.
- Create3DTextLabel: Create a 3D text label.
- CreatePlayer3DTextLabel: Create A 3D text label for one player.
- DeletePlayer3DTextLabel: Delete a player's 3D text label.
- Attach3DTextLabelToPlayer: Attach a 3D text label to a player.
- Attach3DTextLabelToVehicle: Attach a 3D text label to a vehicle.
- Update3DTextLabelText: Change the text of a 3D text label.
- UpdatePlayer3DTextLabelText: Change the text of a player's 3D text label.