|
OpenTTD Source 20251116-master-g21329071df
|
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 1212 of file newgrf.cpp.
| using InvokeGrfActionHandler::Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Definition at line 1227 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1214 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1234 of file newgrf.cpp.
|
staticconstexpr |
Definition at line 1228 of file newgrf.cpp.