OpenTTD Source 20260421-master-gc2fbc6fdeb
GrfChangeInfoHandler< TFeature > Struct Template Reference

GRF feature handler. More...

#include <newgrf_internal.h>

Public Member Functions

ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.
ChangeInfoResult Reserve (uint, uint, int, ByteReader &)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.

Static Public Member Functions

static ChangeInfoResult Reserve (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Reserve stage of this feature.
static ChangeInfoResult Activation (uint first, uint last, int prop, ByteReader &buf)
 Implementation of the GrfLoadingStage::Activation stage of this feature.

Detailed Description

template<GrfSpecFeature TFeature>
struct GrfChangeInfoHandler< TFeature >

GRF feature handler.

Definition at line 30 of file newgrf_internal.h.

Member Function Documentation

◆ Activation() [1/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Aircraft >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 203 of file newgrf_act0_aircraft.cpp.

References AircraftVehicleChangeInfo().

◆ Activation() [2/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::AirportTiles >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 272 of file newgrf_act0_airports.cpp.

◆ Activation() [3/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Airports >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 267 of file newgrf_act0_airports.cpp.

References AirportChangeInfo().

◆ Activation() [4/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Badges >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 61 of file newgrf_act0_badges.cpp.

◆ Activation() [5/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Bridges >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 151 of file newgrf_act0_bridges.cpp.

References BridgeChangeInfo().

◆ Activation() [6/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Canals >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 58 of file newgrf_act0_canals.cpp.

References CanalChangeInfo().

◆ Activation() [7/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::GlobalVar >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 559 of file newgrf_act0_globalvar.cpp.

References GlobalVarChangeInfo().

◆ Activation() [8/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Houses >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 361 of file newgrf_act0_houses.cpp.

References TownHouseChangeInfo().

◆ Activation() [9/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Industries >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 714 of file newgrf_act0_industries.cpp.

References IndustriesChangeInfo().

◆ Activation() [10/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::IndustryTiles >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 709 of file newgrf_act0_industries.cpp.

References IndustrytilesChangeInfo().

◆ Activation() [11/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Objects >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 205 of file newgrf_act0_objects.cpp.

References ObjectChangeInfo().

◆ Activation() [12/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RailTypes >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 250 of file newgrf_act0_railtypes.cpp.

References RailTypeChangeInfo().

◆ Activation() [13/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RoadStops >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 187 of file newgrf_act0_roadstops.cpp.

◆ Activation() [14/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::TramTypes >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 239 of file newgrf_act0_roadtypes.cpp.

References RoadTypeChangeInfo(), and Tram.

◆ Activation() [15/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RoadTypes >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 234 of file newgrf_act0_roadtypes.cpp.

References Road, and RoadTypeChangeInfo().

◆ Activation() [16/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RoadVehicles >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 240 of file newgrf_act0_roadvehs.cpp.

References RoadVehicleChangeInfo().

◆ Activation() [17/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Ships >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 227 of file newgrf_act0_ships.cpp.

References ShipVehicleChangeInfo().

◆ Activation() [18/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::SoundEffects >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 79 of file newgrf_act0_sounds.cpp.

References SoundEffectChangeInfo().

◆ Activation() [19/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Stations >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 327 of file newgrf_act0_stations.cpp.

References StationChangeInfo().

◆ Activation() [20/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Trains >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 359 of file newgrf_act0_trains.cpp.

References RailVehicleChangeInfo().

◆ Activation() [21/22]

template<GrfSpecFeature TFeature>
ChangeInfoResult GrfChangeInfoHandler< TFeature >::Activation ( uint first,
uint last,
int prop,
ByteReader & buf )
static

Implementation of the GrfLoadingStage::Activation stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to activate for.
lastThe id to stop iterating at (exclusive).
propThe property to activate for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Referenced by InvokeGrfChangeInfoHandler::Invoke().

◆ Activation() [22/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Cargoes >::Activation ( uint ,
uint ,
int ,
ByteReader &  )

Implementation of the GrfLoadingStage::Activation stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 203 of file newgrf_act0_cargo.cpp.

References Unhandled.

◆ Reserve() [1/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Cargoes >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 201 of file newgrf_act0_cargo.cpp.

References CargoReserveInfo().

◆ Reserve() [2/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::GlobalVar >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 557 of file newgrf_act0_globalvar.cpp.

◆ Reserve() [3/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RailTypes >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 248 of file newgrf_act0_railtypes.cpp.

◆ Reserve() [4/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::TramTypes >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 237 of file newgrf_act0_roadtypes.cpp.

References Tram.

◆ Reserve() [5/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::RoadTypes >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Definition at line 232 of file newgrf_act0_roadtypes.cpp.

References Road.

◆ Reserve() [6/22]

template<GrfSpecFeature TFeature>
ChangeInfoResult GrfChangeInfoHandler< TFeature >::Reserve ( uint first,
uint last,
int prop,
ByteReader & buf )
static

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Parameters
firstThe first id of the feature instance (engine, station, ...) to reserve for.
lastThe id to stop iterating at (exclusive).
propThe property to reserve for.
bufThe buffer containing the sprite data.
Returns
Whether it was successful, or why it wasn't.

Referenced by InvokeGrfChangeInfoHandler::Invoke().

◆ Reserve() [7/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 201 of file newgrf_act0_aircraft.cpp.

References Unhandled.

◆ Reserve() [8/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 270 of file newgrf_act0_airports.cpp.

References Unhandled.

◆ Reserve() [9/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 265 of file newgrf_act0_airports.cpp.

References Unhandled.

◆ Reserve() [10/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 59 of file newgrf_act0_badges.cpp.

References Unhandled.

◆ Reserve() [11/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 149 of file newgrf_act0_bridges.cpp.

References Unhandled.

◆ Reserve() [12/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 56 of file newgrf_act0_canals.cpp.

References Unhandled.

◆ Reserve() [13/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 359 of file newgrf_act0_houses.cpp.

References Unhandled.

◆ Reserve() [14/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 712 of file newgrf_act0_industries.cpp.

References Unhandled.

◆ Reserve() [15/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 707 of file newgrf_act0_industries.cpp.

References Unhandled.

◆ Reserve() [16/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 203 of file newgrf_act0_objects.cpp.

References Unhandled.

◆ Reserve() [17/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 185 of file newgrf_act0_roadstops.cpp.

References Unhandled.

◆ Reserve() [18/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 238 of file newgrf_act0_roadvehs.cpp.

References Unhandled.

◆ Reserve() [19/22]

ChangeInfoResult GrfChangeInfoHandler< GrfSpecFeature::Ships >::Reserve ( uint ,
uint ,
int ,
ByteReader &  )

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 225 of file newgrf_act0_ships.cpp.

References Unhandled.

◆ Reserve() [20/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 77 of file newgrf_act0_sounds.cpp.

References Unhandled.

◆ Reserve() [21/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 325 of file newgrf_act0_stations.cpp.

References Unhandled.

◆ Reserve() [22/22]

Implementation of the GrfLoadingStage::Reserve stage of this feature.

Returns
Always ChangeInfoResult::Unhandled.

Definition at line 357 of file newgrf_act0_trains.cpp.

References Unhandled.


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