TrinityCore
auchenai_crypts.h File Reference
#include "CreatureAIImpl.h"
+ Include dependency graph for auchenai_crypts.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ACScriptName   "instance_auchenai_crypts"
 
#define DataHeader   "AC"
 
#define RegisterAuchenaiCryptsCreatureAI(ai_name)   RegisterCreatureAIWithFactory(ai_name, GetAuchenaiCryptsAI)
 

Enumerations

enum  ACDataTypes { DATA_SHIRRAK_THE_DEAD_WATCHER = 0 , DATA_EXARCH_MALADAAR = 1 }
 

Functions

template<class AI , class T >
AI * GetAuchenaiCryptsAI (T *obj)
 

Variables

uint32 const EncounterCount = 2
 

Macro Definition Documentation

◆ ACScriptName

#define ACScriptName   "instance_auchenai_crypts"

Definition at line 23 of file auchenai_crypts.h.

◆ DataHeader

#define DataHeader   "AC"

Definition at line 24 of file auchenai_crypts.h.

◆ RegisterAuchenaiCryptsCreatureAI

#define RegisterAuchenaiCryptsCreatureAI (   ai_name)    RegisterCreatureAIWithFactory(ai_name, GetAuchenaiCryptsAI)

Definition at line 41 of file auchenai_crypts.h.

Enumeration Type Documentation

◆ ACDataTypes

Enumerator
DATA_SHIRRAK_THE_DEAD_WATCHER 
DATA_EXARCH_MALADAAR 

Definition at line 28 of file auchenai_crypts.h.

Function Documentation

◆ GetAuchenaiCryptsAI()

template<class AI , class T >
AI * GetAuchenaiCryptsAI ( T *  obj)
inline

Definition at line 36 of file auchenai_crypts.h.

Variable Documentation

◆ EncounterCount

uint32 const EncounterCount = 2

Definition at line 26 of file auchenai_crypts.h.