OpenTTD Source 20250709-master-g7db135099a
|
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 1197 of file newgrf.cpp.
using InvokeGrfActionHandler::Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Definition at line 1212 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1199 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1219 of file newgrf.cpp.
|
staticconstexpr |
Definition at line 1213 of file newgrf.cpp.