OpenTTD Source 20250508-master-g6680169251
|
Temporary engine data used when loading only. More...
#include <newgrf_internal_vehicle.h>
Public Types | |
enum | Refittability : uint8_t { UNSET = 0 , EMPTY , NONEMPTY } |
Summary state of refittability properties. More... | |
Public Member Functions | |
void | UpdateRefittability (bool non_empty) |
Update the summary refittability on setting a refittability property. | |
Data Fields | |
CargoClasses | cargo_allowed |
Bitmask of cargo classes that are allowed as a refit. | |
CargoClasses | cargo_allowed_required |
Bitmask of cargo classes that are required to be all present to allow a cargo as a refit. | |
CargoClasses | cargo_disallowed |
Bitmask of cargo classes that are disallowed as a refit. | |
RailTypeLabel | railtypelabel |
uint8_t | roadtramtype |
const GRFFile * | defaultcargo_grf |
GRF defining the cargo translation table to use if the default cargo is the 'first refittable'. | |
Refittability | refittability |
Did the newgrf set any refittability property? If not, default refittability will be applied. | |
uint8_t | rv_max_speed |
Temporary storage of RV prop 15, maximum speed in mph/0.8. | |
CargoTypes | ctt_include_mask |
Cargo types always included in the refit mask. | |
CargoTypes | ctt_exclude_mask |
Cargo types always excluded from the refit mask. | |
Temporary engine data used when loading only.
Definition at line 19 of file newgrf_internal_vehicle.h.
enum GRFTempEngineData::Refittability : uint8_t |
Summary state of refittability properties.
Definition at line 21 of file newgrf_internal_vehicle.h.
|
inline |
Update the summary refittability on setting a refittability property.
non_empty | true if the GRF sets the vehicle to be refittable. |
Definition at line 42 of file newgrf_internal_vehicle.h.
CargoClasses GRFTempEngineData::cargo_allowed |
Bitmask of cargo classes that are allowed as a refit.
Definition at line 27 of file newgrf_internal_vehicle.h.
CargoClasses GRFTempEngineData::cargo_allowed_required |
Bitmask of cargo classes that are required to be all present to allow a cargo as a refit.
Definition at line 28 of file newgrf_internal_vehicle.h.
CargoClasses GRFTempEngineData::cargo_disallowed |
Bitmask of cargo classes that are disallowed as a refit.
Definition at line 29 of file newgrf_internal_vehicle.h.
CargoTypes GRFTempEngineData::ctt_exclude_mask |
Cargo types always excluded from the refit mask.
Definition at line 36 of file newgrf_internal_vehicle.h.
CargoTypes GRFTempEngineData::ctt_include_mask |
Cargo types always included in the refit mask.
Definition at line 35 of file newgrf_internal_vehicle.h.
const GRFFile* GRFTempEngineData::defaultcargo_grf |
GRF defining the cargo translation table to use if the default cargo is the 'first refittable'.
Definition at line 32 of file newgrf_internal_vehicle.h.
RailTypeLabel GRFTempEngineData::railtypelabel |
Definition at line 30 of file newgrf_internal_vehicle.h.
Refittability GRFTempEngineData::refittability |
Did the newgrf set any refittability property? If not, default refittability will be applied.
Definition at line 33 of file newgrf_internal_vehicle.h.
uint8_t GRFTempEngineData::roadtramtype |
Definition at line 31 of file newgrf_internal_vehicle.h.
uint8_t GRFTempEngineData::rv_max_speed |
Temporary storage of RV prop 15, maximum speed in mph/0.8.
Definition at line 34 of file newgrf_internal_vehicle.h.