get_row method

get_row

Returns the index of row where the tile with tile_index is placed.

Returns

The zero-based integer value that represents the row index.

def get_row(self, tile_index):
    ...
Parameter Type Description
tile_index int The zero-based index of the tile.

See Also