|
OpenTTD Source 20251117-master-g7398d2e290
|
Helper class to invoke a GrfChangeInfoHandler. More...
Public Types | |
| using | Invoker = ChangeInfoResult(*)(uint first, uint last, int prop, ByteReader &buf, GrfLoadingStage stage) |
Static Public Member Functions | |
| template<GrfSpecFeature TFeature> | |
| static ChangeInfoResult | Invoke (uint first, uint last, int prop, ByteReader &buf, GrfLoadingStage stage) |
| static ChangeInfoResult | Invoke (GrfSpecFeature feature, uint first, uint last, int prop, ByteReader &buf, GrfLoadingStage stage) |
Static Public Attributes | |
| static constexpr Invoker | funcs [] |
Helper class to invoke a GrfChangeInfoHandler.
Definition at line 142 of file newgrf_act0.cpp.
| using InvokeGrfChangeInfoHandler::Invoker = ChangeInfoResult(*)(uint first, uint last, int prop, ByteReader &buf, GrfLoadingStage stage) |
Definition at line 153 of file newgrf_act0.cpp.
|
inlinestatic |
Definition at line 163 of file newgrf_act0.cpp.
|
inlinestatic |
Definition at line 144 of file newgrf_act0.cpp.
|
staticconstexpr |
Definition at line 154 of file newgrf_act0.cpp.