|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Macros | |
| #define | TheStockadeScriptName "instance_the_stockade" |
Enumerations | |
| enum | CreatureIds { NPC_RANDOLPH_MOLOCH = 46383 , NPC_LORD_OVERHEAT = 46264 , NPC_HOGGER = 46254 } |
| enum | DataTypes { DATA_RANDOLPH_MOLOCH = 1 , DATA_LORD_OVERHEAT = 2 , DATA_HOGGER = 3 } |
Functions | |
| template<class AI> | |
| AI * | GetTheStockadeAI (Creature *creature) |
Variables | |
| uint32 const | EncounterCount = 5 |
| #define TheStockadeScriptName "instance_the_stockade" |
Definition at line 13 of file instance_the_stockade.h.
Referenced by GetTheStockadeAI(), and instance_the_stockade::instance_the_stockade().
| enum CreatureIds |
| Enumerator | |
|---|---|
| NPC_RANDOLPH_MOLOCH | |
| NPC_LORD_OVERHEAT | |
| NPC_HOGGER | |
Definition at line 25 of file instance_the_stockade.h.
| enum DataTypes |
| Enumerator | |
|---|---|
| DATA_RANDOLPH_MOLOCH | |
| DATA_LORD_OVERHEAT | |
| DATA_HOGGER | |
Definition at line 17 of file instance_the_stockade.h.
| AI * GetTheStockadeAI | ( | Creature * | creature | ) |
Definition at line 33 of file instance_the_stockade.h.
References GetInstanceAI(), and TheStockadeScriptName.
Referenced by boss_hogger::GetAI(), boss_lord_overheat::GetAI(), and boss_randolph_moloch::GetAI().
| uint32 const EncounterCount = 5 |
Definition at line 15 of file instance_the_stockade.h.