OpenTTD Source 20241224-master-gee860a5c8e
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.

Field Documentation

◆ tile

◆ tileh

◆ x

◆ y

◆ z


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