IsValidText3D

From Onset Developer Wiki
Revision as of 14:16, 19 November 2019 by 28days (talk | contribs)
IsValidText3D

Type: Function
Context: Server
Introduced: v1.0

Description

Check if the text 3d is valid or not.

Syntax

IsValidText3D(text3d)

Parameters

  • text3d
    The text 3d identifier.

Return Value

  • Returns true on success.

Example

if IsValidText3D(text3d) then
    DestroyText3D(text3d)
end

See also