![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAIImpl.h"Go to the source code of this file.
Macros | |
| #define | TheUnderbogScriptName "instance_the_underbog" |
| #define | RegisterUnderbogCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetTheUnderbogAI) |
Enumerations | |
| enum | Data { DATA_HUNGARFEN = 0 , DATA_GHAZAN = 1 , DATA_MUSELEK = 2 , DATA_BLACK_STALKER = 3 , MAX_ENCOUNTERS = 4 } |
| enum | NPCs { NPC_HUNGARFEN = 17770 , NPC_UNDERBOG_MUSHROOM = 17990 , NPC_GHAZAN = 18105 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetTheUnderbogAI (T *obj) |
| #define RegisterUnderbogCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetTheUnderbogAI) |
| #define TheUnderbogScriptName "instance_the_underbog" |
| enum Data |
| Enumerator | |
|---|---|
| DATA_HUNGARFEN | |
| DATA_GHAZAN | |
| DATA_MUSELEK | |
| DATA_BLACK_STALKER | |
| MAX_ENCOUNTERS | |
| enum NPCs |
| Enumerator | |
|---|---|
| NPC_HUNGARFEN | |
| NPC_UNDERBOG_MUSHROOM | |
| NPC_GHAZAN | |
|
inline |
References TheUnderbogScriptName.