OpenTTD Source  20240917-master-g9ab0a47812
TileInfo Struct Reference

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

#include <tile_cmd.h>

Data Fields

int x
 X position of the tile in unit coordinates.
 
int y
 Y position of the tile in unit coordinates.
 
Slope tileh
 Slope of the tile.
 
TileIndex tile
 Tile index.
 
int z
 Height.
 

Detailed Description

Tile information, used while rendering the tile.

Definition at line 43 of file tile_cmd.h.


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