We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns map boundaries
Table Map.getBounds()
Table - A table with following:
{ ["max_X"] = FLOAT ["min_X"] = FLOAT ["max_Y"] = FLOAT ["min_Y"] = FLOAT }
Event.bind("onServerInit", function() local bounds = Map.getBounds() print(bounds.max_X) end)