OpenTTD Source 20250205-master-gfd85ab1e2c
|
Data for building a depot vehicle list. More...
Data Fields | |
VehicleList * | engines |
Pointer to list to add vehicles to. | |
VehicleList * | wagons |
Pointer to list to add wagons to (can be nullptr). | |
VehicleType | type |
Type of vehicle. | |
bool | individual_wagons |
If true add every wagon to wagons which is not attached to an engine. If false only add the first wagon of every row. | |
Data for building a depot vehicle list.
Definition at line 36 of file vehiclelist.cpp.
VehicleList* BuildDepotVehicleListData::engines |
Pointer to list to add vehicles to.
Definition at line 38 of file vehiclelist.cpp.
bool BuildDepotVehicleListData::individual_wagons |
If true add every wagon to wagons which is not attached to an engine. If false only add the first wagon of every row.
Definition at line 41 of file vehiclelist.cpp.
VehicleType BuildDepotVehicleListData::type |
Type of vehicle.
Definition at line 40 of file vehiclelist.cpp.
VehicleList* BuildDepotVehicleListData::wagons |
Pointer to list to add wagons to (can be nullptr).
Definition at line 39 of file vehiclelist.cpp.