pub fn get_map_tile_cell_y(index: u16) -> i16Expand description
Get the Y coordinate of the cell corresponding to the map tile at a certain index in
the read worldstate’s map tiles.
index The index of the map tile.
Returns the Y coordinate of the cell.