GetMouseLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetMouseLocation()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Examp..." |
No edit summary |
||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|On success returns 2 floats containing LocX, LocY. Returns '''false''' on error.}} | ||
== Example == | == Example == |
Revision as of 16:25, 5 September 2019
Description
__EDIT_ME__
Syntax
GetMouseLocation()
Parameters
- This function has no parameters.
Return Value
- On success returns 2 floats containing LocX, LocY. Returns false on error.
Example
__EDIT_ME__
See also
__EDIT_ME__