ScreenToWorldCoordinates (Harvest)
From OxeyeWiki
Converts screen coordinates to world coordinates. | screenX | Number | The x coordinate of the current screen | ||
screenY | Number | The y coordinate of the current screen | |||
Returns to values, worldX and worldY. Both are of the type Number. | |||||
Parameter | Expected Type | Description | |||
Returns | |||||
{{{4}}} |
Example
local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY) harvest.spawnChargeBomb(x, y)