OpenTTD Source
20241108-master-g80f628063a
|
Helper structure for RefitVehicle() More...
Data Fields | |
Vehicle * | v |
Vehicle to refit. | |
uint | capacity |
New capacity of vehicle. | |
uint | mail_capacity |
New mail capacity of aircraft. | |
uint8_t | subtype |
cargo subtype to refit to | |
Helper structure for RefitVehicle()
Definition at line 340 of file vehicle_cmd.cpp.