|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | BattlegroundEY |
| struct | BattlegroundEYCapturingPointStruct |
| struct | BattlegroundEYLosingPointStruct |
| struct | BattlegroundEYPointIconsStruct |
| struct | BattlegroundEYScore |
Macros | |
| #define | BG_EY_EYWeekendHonorTicks 160 |
| #define | BG_EY_NotEYWeekendHonorTicks 260 |
Variables | |
| const uint32 | BG_EY_FlagPoints [EY_POINTS_MAX] = { 75, 85, 100, 500 } |
| const uint8 | BG_EY_TickPoints [EY_POINTS_MAX] = { 1, 2, 5, 10 } |
| const float | BG_EY_TriggerPositions [EY_POINTS_MAX][4] |
| const BattlegroundEYCapturingPointStruct | m_CapturingPointTypes [EY_POINTS_MAX] |
| const BattlegroundEYLosingPointStruct | m_LosingPointTypes [EY_POINTS_MAX] |
| const BattlegroundEYPointIconsStruct | m_PointsIconStruct [EY_POINTS_MAX] |
| #define BG_EY_EYWeekendHonorTicks 160 |
Definition at line 208 of file BattlegroundEY.h.
Referenced by BattlegroundEY::Reset().
| #define BG_EY_NotEYWeekendHonorTicks 260 |
Definition at line 207 of file BattlegroundEY.h.
Referenced by BattlegroundEY::Reset().
| 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 216 of file BattlegroundEY.h.
| enum BG_EY_Misc |
| Enumerator | |
|---|---|
| BG_EY_EVENT_START_BATTLE | |
| BG_EY_FLAG_RESPAWN_TIME | |
| BG_EY_FPOINTS_TICK_TIME | |
Definition at line 12 of file BattlegroundEY.h.
| enum BG_EY_Objectives |
| Enumerator | |
|---|---|
| EY_OBJECTIVE_CAPTURE_FLAG | |
Definition at line 231 of file BattlegroundEY.h.
Definition at line 46 of file BattlegroundEY.h.
| enum BG_EY_Score |
| Enumerator | |
|---|---|
| BG_EY_WARNING_NEAR_VICTORY_SCORE | |
| BG_EY_MAX_TEAM_SCORE | |
Definition at line 210 of file BattlegroundEY.h.
| enum BG_EY_Sounds |
| 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 60 of file BattlegroundEY.h.
| enum BG_EY_Spells |
| Enumerator | |
|---|---|
| BG_EY_NETHERSTORM_FLAG_SPELL | |
| BG_EY_PLAYER_DROPPED_FLAG_SPELL | |
Definition at line 70 of file BattlegroundEY.h.
| enum BG_EY_WorldStates |
Definition at line 19 of file BattlegroundEY.h.
Definition at line 125 of file BattlegroundEY.h.
| Enumerator | |
|---|---|
| EY_GRAVEYARD_MAIN_ALLIANCE | |
| EY_GRAVEYARD_MAIN_HORDE | |
| EY_GRAVEYARD_FEL_REAVER | |
| EY_GRAVEYARD_BLOOD_ELF | |
| EY_GRAVEYARD_DRAENEI_RUINS | |
| EY_GRAVEYARD_MAGE_TOWER | |
Definition at line 104 of file BattlegroundEY.h.
Definition at line 76 of file BattlegroundEY.h.
Definition at line 142 of file BattlegroundEY.h.
| enum EYBattlegroundPoints |
| Enumerator | |
|---|---|
| FEL_REAVER | |
| BLOOD_ELF | |
| DRAENEI_RUINS | |
| MAGE_TOWER | |
| EY_PLAYERS_OUT_OF_POINTS | |
| EY_POINTS_MAX | |
Definition at line 114 of file BattlegroundEY.h.
| Enumerator | |
|---|---|
| EY_POINT_NO_OWNER | |
| EY_POINT_STATE_UNCONTROLLED | |
| EY_POINT_UNDER_CONTROL | |
Definition at line 224 of file BattlegroundEY.h.
| Enumerator | |
|---|---|
| TR_BLOOD_ELF_POINT | |
| TR_FEL_REAVER_POINT | |
| TR_MAGE_TOWER_POINT | |
| TR_DRAENEI_RUINS_POINT | |
| TR_BLOOD_ELF_BUFF | |
| TR_FEL_REAVER_BUFF | |
| TR_MAGE_TOWER_BUFF | |
| TR_DRAENEI_RUINS_BUFF | |
Definition at line 92 of file BattlegroundEY.h.
| const uint32 BG_EY_FlagPoints[EY_POINTS_MAX] = { 75, 85, 100, 500 } |
Definition at line 287 of file BattlegroundEY.h.
Referenced by BattlegroundEY::EventPlayerCapturedFlag().
| const uint8 BG_EY_TickPoints[EY_POINTS_MAX] = { 1, 2, 5, 10 } |
Definition at line 286 of file BattlegroundEY.h.
Referenced by BattlegroundEY::PostUpdateImpl().
| const float BG_EY_TriggerPositions[EY_POINTS_MAX][4] |
Definition at line 246 of file BattlegroundEY.h.
Referenced by BattlegroundEY::EventTeamCapturedPoint().
| const BattlegroundEYCapturingPointStruct m_CapturingPointTypes[EY_POINTS_MAX] |
Definition at line 304 of file BattlegroundEY.h.
Referenced by BattlegroundEY::EventTeamCapturedPoint(), and BattlegroundEY::GetClosestGraveYard().
| const BattlegroundEYLosingPointStruct m_LosingPointTypes[EY_POINTS_MAX] |
Definition at line 297 of file BattlegroundEY.h.
Referenced by BattlegroundEY::EventTeamLostPoint().
| const BattlegroundEYPointIconsStruct m_PointsIconStruct[EY_POINTS_MAX] |
Definition at line 290 of file BattlegroundEY.h.
Referenced by BattlegroundEY::UpdatePointsIcons().