|
OpenTTD Source 20260129-master-g2bb01bd0e4
|
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 1213 of file newgrf.cpp.
| using InvokeGrfActionHandler::Invoker = void(*)(ByteReader &buf, GrfLoadingStage stage) |
Definition at line 1228 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1215 of file newgrf.cpp.
|
inlinestatic |
Definition at line 1235 of file newgrf.cpp.
|
staticconstexpr |
Definition at line 1229 of file newgrf.cpp.