SetText3DDimension: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Sets the dimension of this text3d. Players can only see 3D texts in the same dimension. * Default dimension: 0 * Maximum dimen...")
 
No edit summary
Line 17: Line 17:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:Text3DFunctions}}

Revision as of 06:57, 13 December 2019

SetText3DDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Sets the dimension of this text3d. Players can only see 3D texts in the same dimension.

  • Default dimension: 0
  • Maximum dimension: 4294967295

Syntax

SetText3DDimension(text3d, dimension)

Parameters

  • text3d
    The text3d identifier.
  • dimension
    The new dimension to set.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also