feat(npc): ebreak support through external inst matching
This commit is contained in:
parent
55230247b2
commit
e99236f711
8 changed files with 97 additions and 25 deletions
|
@ -64,6 +64,13 @@ public:
|
|||
*/
|
||||
void registerCommand(const std::string &s, CommandFunction f);
|
||||
|
||||
/**
|
||||
* @brief This function removes a list of registered commands.
|
||||
*
|
||||
* @param sv The vector of command names to be removed.
|
||||
*/
|
||||
void removeCommands(const std::vector<std::string> sv);
|
||||
|
||||
/**
|
||||
* @brief This function returns a list with the currently available commands.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue