OpenTTD Source 20250312-master-gcdcc6b491d
GRFTempEngineData Struct Reference

Temporary engine data used when loading only. More...

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 GRFFiledefaultcargo_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.
 

Detailed Description

Temporary engine data used when loading only.

Definition at line 318 of file newgrf.cpp.

Member Enumeration Documentation

◆ Refittability

Summary state of refittability properties.

Enumerator
UNSET 

No properties assigned. Default refit masks shall be activated.

EMPTY 

GRF defined vehicle as not-refittable. The vehicle shall only carry the default cargo.

NONEMPTY 

GRF defined the vehicle as refittable. If the refitmask is empty after translation (cargotypes not available), disable the vehicle.

Definition at line 320 of file newgrf.cpp.

Member Function Documentation

◆ UpdateRefittability()

void GRFTempEngineData::UpdateRefittability ( bool  non_empty)
inline

Update the summary refittability on setting a refittability property.

Parameters
non_emptytrue if the GRF sets the vehicle to be refittable.

Definition at line 341 of file newgrf.cpp.

References EMPTY, NONEMPTY, and UNSET.

Field Documentation

◆ cargo_allowed

CargoClasses GRFTempEngineData::cargo_allowed

Bitmask of cargo classes that are allowed as a refit.

Definition at line 326 of file newgrf.cpp.

◆ cargo_allowed_required

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 327 of file newgrf.cpp.

◆ cargo_disallowed

CargoClasses GRFTempEngineData::cargo_disallowed

Bitmask of cargo classes that are disallowed as a refit.

Definition at line 328 of file newgrf.cpp.

◆ ctt_exclude_mask

CargoTypes GRFTempEngineData::ctt_exclude_mask

Cargo types always excluded from the refit mask.

Definition at line 335 of file newgrf.cpp.

◆ ctt_include_mask

CargoTypes GRFTempEngineData::ctt_include_mask

Cargo types always included in the refit mask.

Definition at line 334 of file newgrf.cpp.

◆ defaultcargo_grf

const GRFFile* GRFTempEngineData::defaultcargo_grf

GRF defining the cargo translation table to use if the default cargo is the 'first refittable'.

Definition at line 331 of file newgrf.cpp.

◆ railtypelabel

RailTypeLabel GRFTempEngineData::railtypelabel

Definition at line 329 of file newgrf.cpp.

◆ refittability

Refittability GRFTempEngineData::refittability

Did the newgrf set any refittability property? If not, default refittability will be applied.

Definition at line 332 of file newgrf.cpp.

◆ roadtramtype

uint8_t GRFTempEngineData::roadtramtype

Definition at line 330 of file newgrf.cpp.

◆ rv_max_speed

uint8_t GRFTempEngineData::rv_max_speed

Temporary storage of RV prop 15, maximum speed in mph/0.8.

Definition at line 333 of file newgrf.cpp.


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