DestroyText3D: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
if IsValidText(text3d) then | |||
DestroyText3D(text3d) | |||
end | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Text3DFunctions}} | |||
Latest revision as of 14:03, 10 November 2021
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(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