![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAIImpl.h"
Go to the source code of this file.
Macros | |
#define | DataHeader "DML" |
#define | RegisterDireMaulCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetDireMaulAI) |
Enumerations | |
enum | DataTypes { TYPE_EAST_WING_PROGRESS = 0 , TYPE_WEST_WING_PROGRESS = 1 , TYPE_PYLONS_STATE = 2 , TYPE_NORTH_WING_PROGRESS = 3 , TYPE_NORTH_WING_BOSSES = 4 , DATA_ISALIEN = 32 , ALL_PYLONS_OFF = 0x1F } |
enum | GoIds { GO_DIRE_MAUL_FORCE_FIELD = 179503 , GO_GORDOK_TRIBUTE = 179564 } |
enum | NpcIds { NPC_IMMOL_THAR = 11496 , NPC_HIGHBORNE_SUMMONER = 11466 } |
Functions | |
template<class AI , class T > | |
AI * | GetDireMaulAI (T *obj) |
Variables | |
constexpr auto | DMScriptName = "instance_dire_maul" |
#define DataHeader "DML" |
#define RegisterDireMaulCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetDireMaulAI) |
enum DataTypes |
Enumerator | |
---|---|
TYPE_EAST_WING_PROGRESS | |
TYPE_WEST_WING_PROGRESS | |
TYPE_PYLONS_STATE | |
TYPE_NORTH_WING_PROGRESS | |
TYPE_NORTH_WING_BOSSES | |
DATA_ISALIEN | |
ALL_PYLONS_OFF |
enum GoIds |
Enumerator | |
---|---|
GO_DIRE_MAUL_FORCE_FIELD | |
GO_GORDOK_TRIBUTE |
enum NpcIds |
Enumerator | |
---|---|
NPC_IMMOL_THAR | |
NPC_HIGHBORNE_SUMMONER |
|
inline |
References DMScriptName.
|
constexpr |
Referenced by GetDireMaulAI().