![]() |
TrinityCore
|
#include "CreatureAIImpl.h"
Include dependency graph for the_underbog.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | TheUndebogDataHeader "UBOG" |
| #define | TheUndebogScriptName "instance_the_underbog" |
| #define | RegisterTheUnderbogCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetTheUnderbogAI) |
Enumerations | |
| enum | TheUnderbogDataId { DATA_HUNGARFEN = 0 , DATA_GHAZAN = 1 , DATA_SWAMPLORD_MUSELEK = 2 , DATA_THE_BLACK_STALKER = 3 } |
| enum | TheUnderbogCreatureId { NPC_GHAZAN = 18105 , NPC_SWAMPLORD_MUSELEK = 17826 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetTheUnderbogAI (T *obj) |
Variables | |
| constexpr uint32 | TheUnderbogBossCount = 4 |
| #define RegisterTheUnderbogCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetTheUnderbogAI) |
Definition at line 48 of file the_underbog.h.
| #define TheUndebogDataHeader "UBOG" |
Definition at line 23 of file the_underbog.h.
| #define TheUndebogScriptName "instance_the_underbog" |
Definition at line 24 of file the_underbog.h.
| Enumerator | |
|---|---|
| NPC_GHAZAN | |
| NPC_SWAMPLORD_MUSELEK | |
Definition at line 36 of file the_underbog.h.
| enum TheUnderbogDataId |
| Enumerator | |
|---|---|
| DATA_HUNGARFEN | |
| DATA_GHAZAN | |
| DATA_SWAMPLORD_MUSELEK | |
| DATA_THE_BLACK_STALKER | |
Definition at line 28 of file the_underbog.h.
|
inline |
Definition at line 43 of file the_underbog.h.
|
constexpr |
Definition at line 26 of file the_underbog.h.