Lua:getMousePos
Revision as of 00:08, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getMousePos to Lua:getMousePos)
function getMousePos()
Returns 2 parameters. The x-pos and the y-pos of the mouse on the screen.
Example:
x,y = getMousePos()
Function Parameters
<none>