OpenTTD Source 20250509-master-ga45f23686d
|
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 1193 of file newgrf.cpp.
using InvokeGrfActionHandler::Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Definition at line 1208 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1195 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1215 of file newgrf.cpp.
|
staticconstexpr |
Definition at line 1209 of file newgrf.cpp.