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| | {{FuncDescription|Sets the textbox alignment}} | ||
{{FuncSyntax|SetTextBoxAlignment(textid, x, y)}} | {{FuncSyntax|SetTextBoxAlignment(textid, x, y)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|textid| | {{FuncParam|textid|The text identifier}} | ||
{{FuncParam|x| | {{FuncParam|x|The screen X axis}} | ||
{{FuncParam|y| | {{FuncParam|y|The screen Y axis}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:TextFunctions}} |
Latest revision as of 14:17, 22 February 2020
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__