AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
AllCommandScript.h File Reference
#include "ScriptObject.h"
#include "ChatCommand.h"
#include <vector>

Go to the source code of this file.

Classes

class  AllCommandScript
 

Typedefs

using CommandSC = AllCommandScript
 

Enumerations

enum  AllCommandHook {
  ALLCOMMANDHOOK_ON_HANDLE_DEV_COMMAND ,
  ALLCOMMANDHOOK_ON_TRY_EXECUTE_COMMAND ,
  ALLCOMMANDHOOK_ON_BEFORE_IS_INVOKER_VISIBLE ,
  ALLCOMMANDHOOK_END
}
 

Typedef Documentation

◆ CommandSC

Enumeration Type Documentation

◆ AllCommandHook

Enumerator
ALLCOMMANDHOOK_ON_HANDLE_DEV_COMMAND 
ALLCOMMANDHOOK_ON_TRY_EXECUTE_COMMAND 
ALLCOMMANDHOOK_ON_BEFORE_IS_INVOKER_VISIBLE 
ALLCOMMANDHOOK_END 
26{
31};
@ ALLCOMMANDHOOK_ON_BEFORE_IS_INVOKER_VISIBLE
Definition: AllCommandScript.h:29
@ ALLCOMMANDHOOK_ON_HANDLE_DEV_COMMAND
Definition: AllCommandScript.h:27
@ ALLCOMMANDHOOK_END
Definition: AllCommandScript.h:30
@ ALLCOMMANDHOOK_ON_TRY_EXECUTE_COMMAND
Definition: AllCommandScript.h:28