![]() |
TrinityCore
|
#include "CreatureAIImpl.h"
Include dependency graph for the_botanica.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | BotanicaScriptName "instance_the_botanica" |
| #define | DataHeader "BC" |
| #define | RegisterBotanicaCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetBotanicaAI) |
Enumerations | |
| enum | BCDataTypes { DATA_COMMANDER_SARANNIS = 0 , DATA_HIGH_BOTANIST_FREYWINN = 1 , DATA_THORNGRIN_THE_TENDER = 2 , DATA_LAJ = 3 , DATA_WARP_SPLINTER = 4 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetBotanicaAI (T *obj) |
Variables | |
| uint32 const | EncounterCount = 5 |
| #define BotanicaScriptName "instance_the_botanica" |
Definition at line 23 of file the_botanica.h.
| #define DataHeader "BC" |
Definition at line 24 of file the_botanica.h.
| #define RegisterBotanicaCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetBotanicaAI) |
Definition at line 43 of file the_botanica.h.
| enum BCDataTypes |
| Enumerator | |
|---|---|
| DATA_COMMANDER_SARANNIS | |
| DATA_HIGH_BOTANIST_FREYWINN | |
| DATA_THORNGRIN_THE_TENDER | |
| DATA_LAJ | |
| DATA_WARP_SPLINTER | |
Definition at line 28 of file the_botanica.h.
|
inline |
Definition at line 38 of file the_botanica.h.
| uint32 const EncounterCount = 5 |
Definition at line 26 of file the_botanica.h.