OpenTTD Source 20250726-master-gd764d59f5a
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 Coord3D (int x, int y, int z)
 

Detailed Description

Tile information, used while rendering the tile.

Definition at line 30 of file tile_cmd.h.

Field Documentation

◆ tile

◆ tileh


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