SetTextBoxAlignment: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetTextBoxAlignment(textid, x, y)}} {{FuncParameters}} {{FuncParam|textid|__EDIT_ME__}} {{FuncPara...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Sets the textbox alignment}}


{{FuncSyntax|SetTextBoxAlignment(textid, x, y)}}
{{FuncSyntax|SetTextBoxAlignment(textid, x, y)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|textid|__EDIT_ME__}}
{{FuncParam|textid|The text identifier}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|The screen X axis}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|The screen Y axis}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 11:17, 6 January 2020

SetTextBoxAlignment

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the textbox alignment

Syntax

SetTextBoxAlignment(textid, x, y)

Parameters

  • textid
    The text identifier
  • x
    The screen X axis
  • y
    The screen Y axis

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__