OpenTTD Source 20260531-master-g0e951f3528
TileInfo Struct Reference

Tile information, used while rendering the tile. More...

#include <tile_cmd.h>

Inheritance diagram for TileInfo:
Coord3D< int >

Data Fields

Slope tileh
 Slope of the tile.
TileIndex tile
 Tile index.
Data Fields inherited from Coord3D< int >
int x
 X coordinate.
int y
 Y coordinate.
int z
 Z coordinate.

Additional Inherited Members

Public Member Functions inherited from Coord3D< int >
constexpr auto operator<=> (const Coord3D< int > &) const=default
 Compare with another instance of this class.

Detailed Description

Tile information, used while rendering the tile.

Definition at line 33 of file tile_cmd.h.

Field Documentation

◆ tile

◆ tileh


The documentation for this struct was generated from the following file: