OpenTTD Source 20250428-master-g68ba2735ea
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 29 of file tile_cmd.h.

Field Documentation

◆ tile

◆ tileh

◆ x

◆ y

◆ z


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