OpenTTD Source
20241108-master-g80f628063a
|
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 64 of file vehiclelist.cpp.