TileLayer.getColumns()
| Type | function |
| Library | wattageTileEngine.TileLayer.* |
| Return value | Number |
| Keywords | |
| See also |
Overview
This function returns the number of columns in the layer.
Syntax
TileLayer.getColumns()
Examples
local columnCount = tileLayerInstance.getColumns()