EvEmu
0.8.4
11 September 2021
|
#include "CommandDispatcher.h"
Public Member Functions | |
CommandRecord (const char *cmd, const char *desc, int64 req_role, CommandFunc &callback) | |
Public Attributes | |
std::string | command |
std::string | description |
int64 | required_role |
CommandFunc | function |
Definition at line 17 of file CommandDispatcher.h.
|
inline |
Definition at line 19 of file CommandDispatcher.h.
std::string CommandDispatcher::CommandRecord::command |
Definition at line 22 of file CommandDispatcher.h.
Referenced by CommandDispatcher::Execute().
std::string CommandDispatcher::CommandRecord::description |
Definition at line 23 of file CommandDispatcher.h.
CommandFunc CommandDispatcher::CommandRecord::function |
Definition at line 25 of file CommandDispatcher.h.
Referenced by CommandDispatcher::Execute().
int64 CommandDispatcher::CommandRecord::required_role |
Definition at line 24 of file CommandDispatcher.h.
Referenced by CommandDispatcher::Execute().