|
OpenTTD Source 20260512-master-g20b387b91f
|
Data Structures | |
| class | Iterator |
Public Member Functions | |
| RailStationTileLayout (const StationSpec *spec, uint8_t platforms, uint8_t length) | |
| Iterator | begin () const |
| std::default_sentinel_t | end () const |
Private Attributes | |
| std::span< const StationGfx > | layout {} |
| Predefined tile layout. | |
| uint | platforms |
| Number of platforms. | |
| uint | length |
| Length of platforms. | |
Definition at line 17 of file station_layout_type.h.
|
inline |
Definition at line 23 of file station_layout_type.h.
|
inline |
Definition at line 67 of file station_layout_type.h.
|
inline |
Definition at line 68 of file station_layout_type.h.
|
private |
Predefined tile layout.
Definition at line 19 of file station_layout_type.h.
Referenced by CmdBuildAirport(), DrawTile_Station(), and GetStationBlockedPillars().
|
private |
Length of platforms.
Definition at line 21 of file station_layout_type.h.
Referenced by CmdBuildRoadStop().
|
private |
Number of platforms.
Definition at line 20 of file station_layout_type.h.