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| | {{FuncSyntax|CreateTextBox(x, y, text, justification)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam| | {{FuncParam|x|__EDIT_ME__}} | ||
{{FuncParam| | {{FuncParam|y|__EDIT_ME__}} | ||
{{FuncParam|text|__EDIT_ME__}} | {{FuncParam|text|__EDIT_ME__}} | ||
{{FuncParam|justification|Valid options as string: left (default), center, right }} | |||
{{FuncReturnValue| | {{FuncReturnValue|Returns the identifier to the new text box.}} | ||
== Example == | == Example == |
Revision as of 22:27, 30 March 2019
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__