OpenTTD Source
20241108-master-g80f628063a
|
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. | |
Tile information, used while rendering the tile.
Definition at line 43 of file tile_cmd.h.