|
OpenTTD Source 20251116-master-g21329071df
|
Data Fields | |
| bool | has_2CC |
| Set if any vehicle is loaded which uses 2cc (two company colours). | |
| uint64_t | used_liveries |
| Bitmask of LiveryScheme used by the defined engines. | |
| ShoreReplacement | shore |
| In which way shore sprites were replaced. | |
| TramReplacement | tram |
| In which way tram depots were replaced. | |
| bool GRFLoadedFeatures::has_2CC |
Set if any vehicle is loaded which uses 2cc (two company colours).
Definition at line 189 of file newgrf.h.
Referenced by AircraftVehicleChangeInfo(), ObjectChangeInfo(), RailVehicleChangeInfo(), ResetNewGRFData(), RoadVehicleChangeInfo(), ShipVehicleChangeInfo(), and SelectCompanyLiveryWindow::UpdateWidgetSize().
| ShoreReplacement GRFLoadedFeatures::shore |
In which way shore sprites were replaced.
Definition at line 191 of file newgrf.h.
Referenced by ActivateOldShore(), and ResetNewGRFData().
| TramReplacement GRFLoadedFeatures::tram |
In which way tram depots were replaced.
Definition at line 192 of file newgrf.h.
Referenced by ActivateOldTramDepot(), DrawRoadDepotSprite(), DrawTile_Road(), and ResetNewGRFData().
| uint64_t GRFLoadedFeatures::used_liveries |
Bitmask of LiveryScheme used by the defined engines.
Definition at line 190 of file newgrf.h.
Referenced by SelectCompanyLiveryWindow::DrawWidget(), FinaliseEngineArray(), SelectCompanyLiveryWindow::OnClick(), SelectCompanyLiveryWindow::OnDropdownSelect(), SelectCompanyLiveryWindow::OnInvalidateData(), and ResetNewGRFData().