GetText3DDimension: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets the dimension of this text3d.}} {{FuncSyntax|GetText3DDimension(text3d)}} {{FuncParameters}} {{FuncParam|text3d|The text...")
 
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[SetText3DDimension]]
*[[GetText3DDimension]]
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[GetText3DCount]]
*[[GetAllText3D]]
*[[CreateText3D]]
*[[DestroyText3D]]
*[[IsValidText3D]]
*[[SetText3DAttached]]
*[[SetText3DVisibility]]
*[[SetText3DText]]

Revision as of 20:04, 2 September 2020

GetText3DDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this text3d.

Syntax

GetText3DDimension(text3d)

Parameters

  • text3d
    The text3d identifier.

Return Value

  • Returns the dimension.

Example

__EDIT_ME__

See also