OpenTTD Source 20260206-master-g4d4e37dbf1
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 343 of file vehicle_cmd.cpp.

Field Documentation

◆ capacity

uint RefitResult::capacity

New capacity of vehicle.

Definition at line 345 of file vehicle_cmd.cpp.

◆ mail_capacity

uint RefitResult::mail_capacity

New mail capacity of aircraft.

Definition at line 346 of file vehicle_cmd.cpp.

◆ subtype

uint8_t RefitResult::subtype

cargo subtype to refit to

Definition at line 347 of file vehicle_cmd.cpp.

◆ v

Vehicle* RefitResult::v

Vehicle to refit.

Definition at line 344 of file vehicle_cmd.cpp.


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