|
OpenTTD Source
13.2.1
|
Public Types | |
| using | Args = std::tuple< std::decay_t< Targs >... > |
| using | RetTypes = std::tuple< std::decay_t< Tretargs >... > |
| using | CbArgs = std::tuple< std::decay_t< Tretargs >..., std::decay_t< Targs >... > |
| using | CbProcType = void(*)(Commands, const CommandCost &, Tretargs...) |
Definition at line 426 of file command_type.h.