|
OpenTTD Source 20260311-master-g511d3794ce
|
Helper class to invoke a GrfActionHandler. More...
Public Types | |
| using | Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Static Public Member Functions | |
| template<uint8_t TAction> | |
| static void | Invoke (ByteReader &buf, GrfLoadingStage stage) |
| static void | Invoke (uint8_t action, GrfLoadingStage stage, ByteReader &buf) |
Static Public Attributes | |
| static constexpr Invoker | funcs [] |
Helper class to invoke a GrfActionHandler.
Definition at line 1218 of file newgrf.cpp.
| using InvokeGrfActionHandler::Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Definition at line 1233 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1220 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1240 of file newgrf.cpp.
|
staticconstexpr |
Definition at line 1234 of file newgrf.cpp.