![]() |
TrinityCore
|
#include "AreaTriggerAI.h"#include "Containers.h"#include "CreatureAI.h"#include "CreatureAIImpl.h"#include "GridNotifiers.h"#include "InstanceScript.h"#include "Map.h"#include "ObjectAccessor.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellAuras.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "antorus_the_burning_throne.h"
Include dependency graph for boss_garothi_worldbreaker.cpp:Go to the source code of this file.
Namespaces | |
| namespace | TargetHandler |
Functions | |
| void | TargetHandler::PreferNonTankTargetsAndResizeTargets (std::list< WorldObject * > &targets, Unit *caster) |
| void | AddSC_boss_garothi_worldbreaker () |
Variables | |
| constexpr uint8 | MIN_TARGETS_SIZE = 2 |
| constexpr uint8 | MAX_TARGETS_SIZE = 6 |
| static constexpr uint32 const | MaxApocalypseDriveCount = 2 |
| Position const | AnnihilationCenterReferencePos = { -3296.72f, 9767.78f, -60.0f } |
| enum AnimKits |
| Enumerator | |
|---|---|
| ANIM_KIT_ID_CANNON_DESTROYED | |
Definition at line 115 of file boss_garothi_worldbreaker.cpp.
| enum Data |
| Enumerator | |
|---|---|
| DATA_LAST_FIRED_CANNON | |
Definition at line 110 of file boss_garothi_worldbreaker.cpp.
| Enumerator | |
|---|---|
| ENCOUNTER_FRAME_INDEX_BOSS | |
| ENCOUNTER_FRAME_INDEX_CANNONS | |
Definition at line 128 of file boss_garothi_worldbreaker.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_REENGAGE_PLAYERS | |
| EVENT_FEL_BOMBARDMENT | |
| EVENT_SEARING_BARRAGE | |
| EVENT_CANNON_CHOOSER | |
| EVENT_SURGING_FEL | |
Definition at line 100 of file boss_garothi_worldbreaker.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| SUMMON_GROUP_ID_SURGING_FEL | |
Definition at line 123 of file boss_garothi_worldbreaker.cpp.
| enum Spells |
Definition at line 52 of file boss_garothi_worldbreaker.cpp.
| enum Texts |
Definition at line 33 of file boss_garothi_worldbreaker.cpp.
| void AddSC_boss_garothi_worldbreaker | ( | ) |
Definition at line 865 of file boss_garothi_worldbreaker.cpp.
Here is the caller graph for this function:| Position const AnnihilationCenterReferencePos = { -3296.72f, 9767.78f, -60.0f } |
Definition at line 183 of file boss_garothi_worldbreaker.cpp.
|
constexpr |
Definition at line 121 of file boss_garothi_worldbreaker.cpp.
|
staticconstexpr |
Definition at line 182 of file boss_garothi_worldbreaker.cpp.
|
constexpr |
Definition at line 120 of file boss_garothi_worldbreaker.cpp.