OpenTTD Source 20250206-master-g6089ed8059
RefitResult Struct Reference

Helper structure for RefitVehicle() More...

Data Fields

Vehiclev
 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
 

Detailed Description

Helper structure for RefitVehicle()

Definition at line 354 of file vehicle_cmd.cpp.

Field Documentation

◆ capacity

uint RefitResult::capacity

New capacity of vehicle.

Definition at line 356 of file vehicle_cmd.cpp.

◆ mail_capacity

uint RefitResult::mail_capacity

New mail capacity of aircraft.

Definition at line 357 of file vehicle_cmd.cpp.

◆ subtype

uint8_t RefitResult::subtype

cargo subtype to refit to

Definition at line 358 of file vehicle_cmd.cpp.

◆ v

Vehicle* RefitResult::v

Vehicle to refit.

Definition at line 355 of file vehicle_cmd.cpp.


The documentation for this struct was generated from the following file: