|
OpenTTD Source
1.10.0-RC1
|
Tile description for the 'land area information' tool. More...
#include <tile_cmd.h>
Data Fields | |
| StringID | str |
| Description of the tile. | |
| Owner | owner [4] |
| Name of the owner(s) | |
| StringID | owner_type [4] |
| Type of each owner. | |
| 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 | |
| uint64 | dparam [2] |
| Parameters of the str string. | |
| StringID | railtype |
| Type of rail on the tile. | |
| uint16 | rail_speed |
| Speed limit of rail (bridges and track) | |
| StringID | roadtype |
| Type of road on the tile. | |
| uint16 | road_speed |
| Speed limit of road (bridges and track) | |
| StringID | tramtype |
| Type of tram on the tile. | |
| uint16 | tram_speed |
| Speed limit of tram (bridges and track) | |
Tile description for the 'land area information' tool.
Definition at line 51 of file tile_cmd.h.