TilesetData.tileRow

Find the grid position of a tile within this tileset.

Throws if gid is out of range for this tileset.

struct TilesetData
int
tileRow

Parameters

gid
Type: TiledGid

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

Return Value

Type: int

0-indexed row of tile

Meta