GetWorldBorders (Harvest)
From OxeyeWiki
getWorldBorders() | ||
Returns the edge positions of the current world. | ||
Parameter | Expected Type | Description |
Returns | ||
Returns a four Numbers for each coordinate. |
Example
local left, top, right, bottom = harvest.getWorldBorders()