|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "GridNotifiers.h"#include "GridNotifiersImpl.h"#include "Cell.h"#include "CellImpl.h"#include "hyjalAI.h"#include "hyjal_trash.h"Go to the source code of this file.
Macros | |
| #define | YELL_HURRY "Hurry, we don't have much time" |
Enumerations | |
| enum | Spawns { SPAWN_GARG_GATE = 0 , SPAWN_WYRM_GATE = 1 , SPAWN_NEAR_TOWER = 2 } |
Variables | |
| float | AllianceBase [4][3] |
| float | AllianceFirePos [92][8] |
| float | AllianceOverrunGargPos [5][4] |
| float | HordeBase [4][3] |
| float | HordeFirePos [65][8] |
| float | InfernalPos [8][3] |
| float | InfernalSPWP [26][4] |
| float | JainaDummySpawn [2][4] |
| float | JainaWPs [2][3] |
| float | SpawnPointSpecial [3][3] |
| float | VeinPos [14][8] |
| #define YELL_HURRY "Hurry, we don't have much time" |
Definition at line 30 of file hyjalAI.cpp.
Referenced by hyjalAI::WaypointReached().
| enum Spawns |
| Enumerator | |
|---|---|
| SPAWN_GARG_GATE | |
| SPAWN_WYRM_GATE | |
| SPAWN_NEAR_TOWER | |
Definition at line 23 of file hyjalAI.cpp.
| float AllianceBase[4][3] |
Definition at line 41 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun(), and hyjalAI::UpdateAI().
| float AllianceFirePos[92][8] |
Definition at line 140 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun(), and hyjalAI::UpdateAI().
| float AllianceOverrunGargPos[5][4] |
Definition at line 131 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun().
| float HordeBase[4][3] |
Definition at line 56 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun(), and hyjalAI::UpdateAI().
| float HordeFirePos[65][8] |
Definition at line 236 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun(), and hyjalAI::UpdateAI().
| float InfernalPos[8][3] |
Definition at line 71 of file hyjalAI.cpp.
Referenced by hyjalAI::SummonCreature().
| float InfernalSPWP[26][4] |
Definition at line 83 of file hyjalAI.cpp.
Referenced by hyjalAI::DoOverrun().
| float JainaDummySpawn[2][4] |
Definition at line 49 of file hyjalAI.cpp.
Referenced by hyjalAI::Retreat().
| float JainaWPs[2][3] |
Definition at line 65 of file hyjalAI.cpp.
Referenced by hyjalAI::Retreat().
| float SpawnPointSpecial[3][3] |
Definition at line 33 of file hyjalAI.cpp.
Referenced by hyjalAI::SummonCreature().
| float VeinPos[14][8] |
Definition at line 113 of file hyjalAI.cpp.
Referenced by hyjalAI::SpawnVeins().