|
OpenTTD Source 20251104-master-g3befbdd52f
|
Helper structure to convert from the old waypoint system. More...
Data Fields | |
| OldWaypointID | index |
| TileIndex | xy |
| TownID | town_index |
| Town * | town |
| uint16_t | town_cn |
| StringID | string_id |
| std::string | name |
| uint8_t | delete_ctr |
| TimerGameCalendar::Date | build_date |
| uint8_t | localidx |
| uint32_t | grfid |
| const StationSpec * | spec |
| Owner | owner |
| StationID | new_index |
Helper structure to convert from the old waypoint system.
Definition at line 27 of file waypoint_sl.cpp.
| TimerGameCalendar::Date OldWaypoint::build_date |
Definition at line 36 of file waypoint_sl.cpp.
| uint8_t OldWaypoint::delete_ctr |
Definition at line 35 of file waypoint_sl.cpp.
| uint32_t OldWaypoint::grfid |
Definition at line 38 of file waypoint_sl.cpp.
| OldWaypointID OldWaypoint::index |
Definition at line 28 of file waypoint_sl.cpp.
| uint8_t OldWaypoint::localidx |
Definition at line 37 of file waypoint_sl.cpp.
| std::string OldWaypoint::name |
Definition at line 34 of file waypoint_sl.cpp.
| StationID OldWaypoint::new_index |
Definition at line 42 of file waypoint_sl.cpp.
| Owner OldWaypoint::owner |
Definition at line 40 of file waypoint_sl.cpp.
| const StationSpec* OldWaypoint::spec |
Definition at line 39 of file waypoint_sl.cpp.
| StringID OldWaypoint::string_id |
Definition at line 33 of file waypoint_sl.cpp.
| Town* OldWaypoint::town |
Definition at line 31 of file waypoint_sl.cpp.
| uint16_t OldWaypoint::town_cn |
Definition at line 32 of file waypoint_sl.cpp.
| TownID OldWaypoint::town_index |
Definition at line 30 of file waypoint_sl.cpp.
| TileIndex OldWaypoint::xy |
Definition at line 29 of file waypoint_sl.cpp.