TilesetData.tileCol

Find the grid position of a tile within this tileset.

Throws if gid is out of range for this tileset.

struct TilesetData
int
tileCol

Parameters

gid
Type: TiledGid

GID of tile. Does not need to be cleaned of flags.

Return Value

Type: int

0-indexed column of tile

Meta