CreateTextBox: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page CreateGuiText to CreateTextBox without leaving a redirect)
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|CreateGuiText(X, Y, text)}}
{{FuncSyntax|CreateTextBox(x, y, text, justification)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|X|__EDIT_ME__}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|Y|__EDIT_ME__}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|text|__EDIT_ME__}}
{{FuncParam|text|__EDIT_ME__}}
{{FuncParam|justification|Valid options as string: left (default), center, right }}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns the identifier to the new text box.}}


== Example ==
== Example ==

Revision as of 22:27, 30 March 2019

CreateTextBox

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

CreateTextBox(x, y, text, justification)

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • text
    __EDIT_ME__
  • justification
    Valid options as string: left (default), center, right

Return Value

  • Returns the identifier to the new text box.

Example

__EDIT_ME__

See also

__EDIT_ME__