OpenTTD Source
20241108-master-g80f628063a
|
Temporary engine data used when loading only. More...
Public Types | |
enum | Refittability { 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. More... | |
Data Fields | |
CargoClasses | cargo_allowed |
CargoClasses | cargo_disallowed |
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 315 of file newgrf.cpp.
Summary state of refittability properties.
Definition at line 317 of file newgrf.cpp.
|
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 337 of file newgrf.cpp.