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
 
(One intermediate revision by the same user not shown)
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__}}
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:TextFunctions}}

Latest revision as of 14:17, 22 February 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