World.getCellBounds
Returns the minimum and maximum cell coordinates for the given world.
Kind: Function
Environments: Game
Game
world:getCellBounds( )
Parameters:
| Name | Type | Description |
|---|---|---|
world |
World | The world. |
Returns:
| Type | Description |
|---|---|
| integer integer integer integer |
The minimum and maximum cell coordinates (minX, maxX, minY, maxY). |