OpenTTD Source  20240919-master-gdf0233f4c2
TileDesc Struct Reference

Tile description for the 'land area information' tool. More...

#include <tile_cmd.h>

Data Fields

StringID str
 Description of the tile.
 
uint64_t dparam
 Parameter of the str string.
 
Owner owner [4]
 Name of the owner(s)
 
StringID owner_type [4]
 Type of each owner.
 
TimerGameCalendar::Date build_date
 Date of construction of tile contents.
 
StringID station_class
 Class of station.
 
StringID station_name
 Type of station within the class.
 
StringID airport_class
 Name of the airport class.
 
StringID airport_name
 Name of the airport.
 
StringID airport_tile_name
 Name of the airport tile.
 
const char * grf
 newGRF used for the tile contents
 
StringID railtype
 Type of rail on the tile.
 
uint16_t rail_speed
 Speed limit of rail (bridges and track)
 
StringID roadtype
 Type of road on the tile.
 
uint16_t road_speed
 Speed limit of road (bridges and track)
 
StringID tramtype
 Type of tram on the tile.
 
uint16_t tram_speed
 Speed limit of tram (bridges and track)
 

Detailed Description

Tile description for the 'land area information' tool.

Definition at line 52 of file tile_cmd.h.


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