OpenTTD Source
20241108-master-g80f628063a
|
Simulated cargo type and capacity for prediction of future links. More...
#include <vehicle_base.h>
Public Member Functions | |
RefitDesc (CargoID cargo, uint16_t capacity, uint16_t remaining) | |
Data Fields | |
CargoID | cargo |
Cargo type the vehicle will be carrying. | |
uint16_t | capacity |
Capacity the vehicle will have. | |
uint16_t | remaining |
Capacity remaining from before the previous refit. | |
Simulated cargo type and capacity for prediction of future links.
Definition at line 218 of file vehicle_base.h.