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

Go to the source code of this file.

Classes

class  GameEventScript
 

Enumerations

enum  GameEventHook {
  GAMEEVENTHOOK_ON_START ,
  GAMEEVENTHOOK_ON_STOP ,
  GAMEEVENTHOOK_ON_EVENT_CHECK ,
  GAMEEVENTHOOK_END
}
 

Enumeration Type Documentation

◆ GameEventHook

Enumerator
GAMEEVENTHOOK_ON_START 
GAMEEVENTHOOK_ON_STOP 
GAMEEVENTHOOK_ON_EVENT_CHECK 
GAMEEVENTHOOK_END 
25{
30};
@ GAMEEVENTHOOK_ON_EVENT_CHECK
Definition GameEventScript.h:28
@ GAMEEVENTHOOK_ON_STOP
Definition GameEventScript.h:27
@ GAMEEVENTHOOK_ON_START
Definition GameEventScript.h:26
@ GAMEEVENTHOOK_END
Definition GameEventScript.h:29