ScreenToWorldCoordinates (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | worldX, worldY = screenToWorldCoordinates(screenX, screenY) | Converts screen coordinates to world coordinates. | {{MethodParam|screenX|Number|The x coordinate ...')
Newer edit →
(Created page with '{{HarvestMethod | worldX, worldY = screenToWorldCoordinates(screenX, screenY) | Converts screen coordinates to world coordinates. | {{MethodParam|screenX|Number|The x coordinate ...')
Newer edit →
Revision as of 22:37, 1 December 2009
Converts screen coordinates to world coordinates. | |||||
screenX | Number | The x coordinate of the current screen | |||
screenY | Number | The y coordinate of the current screen | |||
Parameter | Expected Type | Description | |||
Returns | |||||
{{{4}}} |
Example
local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY) harvest.spawnChargeBomb(x, y)