OpenTTD Source 20241224-master-gf74b0cf984
|
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) | |
Tile description for the 'land area information' tool.
Definition at line 52 of file tile_cmd.h.
StringID TileDesc::airport_class |
Name of the airport class.
Definition at line 60 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::airport_name |
Name of the airport.
Definition at line 61 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::airport_tile_name |
Name of the airport tile.
Definition at line 62 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
TimerGameCalendar::Date TileDesc::build_date |
Date of construction of tile contents.
Definition at line 57 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
uint64_t TileDesc::dparam |
Parameter of the str string.
Definition at line 54 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
const char* TileDesc::grf |
newGRF used for the tile contents
Definition at line 63 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
Owner TileDesc::owner[4] |
Name of the owner(s)
Definition at line 55 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::owner_type[4] |
Type of each owner.
Definition at line 56 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
uint16_t TileDesc::rail_speed |
Speed limit of rail (bridges and track)
Definition at line 65 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::railtype |
Type of rail on the tile.
Definition at line 64 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
uint16_t TileDesc::road_speed |
Speed limit of road (bridges and track)
Definition at line 67 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::roadtype |
Type of road on the tile.
Definition at line 66 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::station_class |
StringID TileDesc::station_name |
Type of station within the class.
Definition at line 59 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::str |
Description of the tile.
Definition at line 53 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
uint16_t TileDesc::tram_speed |
Speed limit of tram (bridges and track)
Definition at line 69 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().
StringID TileDesc::tramtype |
Type of tram on the tile.
Definition at line 68 of file tile_cmd.h.
Referenced by LandInfoWindow::OnInit().