ScreenToWorldCoordinates (Harvest)

From OxeyeWiki

Revision as of 22:49, 1 December 2009 by 166 MMX (Talk | contribs)
Jump to: navigation, search

worldX, worldY Template:Unicode screenToWorldCoordinates(screenX, screenY)

Converts screen coordinates to world coordinates.

Parameter Expected Type Description
screenX Number The x coordinate of the current screen
screenY Number The y coordinate of the current screen
Returns

Returns two values, worldX and worldY. Both are of the type Number.

Harvest Library

Example

local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY)
harvest.spawnChargeBomb(x, y)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox