get_column method

get_column

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

Returns

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

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

See Also