SetChatLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetChatLocation(x, y)}} {{FuncParameters}} {{FuncParam|x|__EDIT_ME__}} {{FuncParam|y|__EDIT_ME__}}..." |
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|Set the client's chat location position.}} | ||
{{FuncSyntax|SetChatLocation(x, y)}} | {{FuncSyntax|SetChatLocation(x, y)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|x| | {{FuncParam|x|The Screen X axis}} | ||
{{FuncParam|y| | {{FuncParam|y|The Screen Y axis}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
__EDIT_ME__ | __EDIT_ME__ | ||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
__EDIT_ME__ | __EDIT_ME__ |
Latest revision as of 05:19, 4 December 2019
Description
Set the client's chat location position.
Syntax
SetChatLocation(x, y)
Parameters
- x
The Screen X axis - y
The Screen Y axis
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__