![]() |
TrinityCore
|
#include "AreaTrigger.h"#include "BattlegroundScript.h"#include "Battleground.h"#include "BattlegroundMgr.h"#include "GameObject.h"#include "GameTime.h"#include "Map.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptMgr.h"#include "SpellAuras.h"#include "Timer.h"
Include dependency graph for battleground_eye_of_the_storm.cpp:Go to the source code of this file.
Classes | |
| struct | BattlegroundEYPointIconsStruct |
| struct | BattlegroundEYLosingPointStruct |
| struct | BattlegroundEYCapturingPointStruct |
| class | BattlegroundEYControlZoneHandler |
| struct | battleground_eye_of_the_storm |
Functions | |
| void | AddSC_battleground_eye_of_the_storm () |
Variables | |
| constexpr uint32 | BG_EY_NotEYWeekendHonorTicks = 260 |
| constexpr uint32 | BG_EY_EYWeekendHonorTicks = 160 |
| const std::array< BattlegroundEYPointIconsStruct, EY_POINTS_MAX > | m_PointsIconStruct |
| const std::array< BattlegroundEYLosingPointStruct, EY_POINTS_MAX > | m_LosingPointTypes |
| const std::array< BattlegroundEYCapturingPointStruct, EY_POINTS_MAX > | m_CapturingPointTypes |
| Enumerator | |
|---|---|
| EY_EXPLOIT_TELEPORT_LOCATION_ALLIANCE | |
| EY_EXPLOIT_TELEPORT_LOCATION_HORDE | |
Definition at line 139 of file battleground_eye_of_the_storm.cpp.
| enum BG_EY_FlagState |
| Enumerator | |
|---|---|
| BG_EY_FLAG_STATE_ON_BASE | |
| BG_EY_FLAG_STATE_WAIT_RESPAWN | |
| BG_EY_FLAG_STATE_ON_PLAYER | |
| BG_EY_FLAG_STATE_ON_GROUND | |
Definition at line 124 of file battleground_eye_of_the_storm.cpp.
| enum BG_EY_Score |
| Enumerator | |
|---|---|
| BG_EY_WARNING_NEAR_VICTORY_SCORE | |
| BG_EY_MAX_TEAM_SCORE | |
Definition at line 118 of file battleground_eye_of_the_storm.cpp.
| Enumerator | |
|---|---|
| EY_POINT_NO_OWNER | |
| EY_POINT_STATE_UNCONTROLLED | |
| EY_POINT_UNDER_CONTROL | |
Definition at line 132 of file battleground_eye_of_the_storm.cpp.
Definition at line 145 of file battleground_eye_of_the_storm.cpp.
Definition at line 88 of file battleground_eye_of_the_storm.cpp.
| enum EyeOfTheStormPoints |
| Enumerator | |
|---|---|
| FEL_REAVER | |
| BLOOD_ELF | |
| DRAENEI_RUINS | |
| MAGE_TOWER | |
| EY_PLAYERS_OUT_OF_POINTS | |
| EY_POINTS_MAX | |
Definition at line 104 of file battleground_eye_of_the_storm.cpp.
| Enumerator | |
|---|---|
| AREATRIGGER_CAPTURE_FLAG | |
Definition at line 99 of file battleground_eye_of_the_storm.cpp.
| enum EyeOfTheStormSounds |
| Enumerator | |
|---|---|
| BG_EY_SOUND_FLAG_PICKED_UP_ALLIANCE | |
| BG_EY_SOUND_FLAG_CAPTURED_HORDE | |
| BG_EY_SOUND_FLAG_PICKED_UP_HORDE | |
| BG_EY_SOUND_FLAG_CAPTURED_ALLIANCE | |
| BG_EY_SOUND_FLAG_RESET | |
Definition at line 68 of file battleground_eye_of_the_storm.cpp.
| enum EyeOfTheStormSpells |
| Enumerator | |
|---|---|
| BG_EY_NETHERSTORM_FLAG_SPELL | |
| BG_EY_PLAYER_DROPPED_FLAG_SPELL | |
| BG_EY_FOCUSED_ASSAULT_SPELL | |
| BG_EY_BRUTAL_ASSAULT_SPELL | |
Definition at line 78 of file battleground_eye_of_the_storm.cpp.
Definition at line 31 of file battleground_eye_of_the_storm.cpp.
| void AddSC_battleground_eye_of_the_storm | ( | ) |
Definition at line 675 of file battleground_eye_of_the_storm.cpp.
Here is the caller graph for this function:
|
constexpr |
Definition at line 116 of file battleground_eye_of_the_storm.cpp.
|
constexpr |
Definition at line 115 of file battleground_eye_of_the_storm.cpp.
| const std::array<BattlegroundEYCapturingPointStruct, EY_POINTS_MAX> m_CapturingPointTypes |
Definition at line 234 of file battleground_eye_of_the_storm.cpp.
| const std::array<BattlegroundEYLosingPointStruct, EY_POINTS_MAX> m_LosingPointTypes |
Definition at line 226 of file battleground_eye_of_the_storm.cpp.
| const std::array<BattlegroundEYPointIconsStruct, EY_POINTS_MAX> m_PointsIconStruct |
Definition at line 218 of file battleground_eye_of_the_storm.cpp.