![]() |
TrinityCore
|
#include "CreatureAIImpl.h"
Include dependency graph for wailing_caverns.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | WCScriptName "instance_wailing_caverns" |
| #define | DataHeader "WC" |
| #define | RegisterWailingCavernsCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetWailingCavernsAI) |
Enumerations | |
| enum | WCDataTypes { DATA_LORD_COBRAHN = 0 , DATA_LORD_PYTHAS = 1 , DATA_LADY_ANACONDRA = 2 , DATA_LORD_SERPENTIS = 3 , DATA_MUTANUS_THE_DEVOURER = 4 , DATA_DISCIPLE , DATA_NARALEX } |
| enum | WCCreatureIds { NPC_DISCIPLE = 3678 , NPC_NARALEX = 3679 } |
| enum | WCActions { ACTION_ALL_DONE = 0 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetWailingCavernsAI (T *obj) |
Variables | |
| constexpr uint32 | EncounterCount = 5 |
| #define DataHeader "WC" |
Definition at line 24 of file wailing_caverns.h.
| #define RegisterWailingCavernsCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetWailingCavernsAI) |
Definition at line 57 of file wailing_caverns.h.
| #define WCScriptName "instance_wailing_caverns" |
Definition at line 23 of file wailing_caverns.h.
| enum WCActions |
| Enumerator | |
|---|---|
| ACTION_ALL_DONE | |
Definition at line 46 of file wailing_caverns.h.
| enum WCCreatureIds |
| Enumerator | |
|---|---|
| NPC_DISCIPLE | |
| NPC_NARALEX | |
Definition at line 40 of file wailing_caverns.h.
| enum WCDataTypes |
| Enumerator | |
|---|---|
| DATA_LORD_COBRAHN | |
| DATA_LORD_PYTHAS | |
| DATA_LADY_ANACONDRA | |
| DATA_LORD_SERPENTIS | |
| DATA_MUTANUS_THE_DEVOURER | |
| DATA_DISCIPLE | |
| DATA_NARALEX | |
Definition at line 28 of file wailing_caverns.h.
|
inline |
Definition at line 52 of file wailing_caverns.h.
|
constexpr |
Definition at line 26 of file wailing_caverns.h.