AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
struct | BG_SA_RoundScore |
struct | BattlegroundSAScore |
class | BattlegroundSA |
Class for manage Strand of Ancient battleground. More... | |
Macros | |
#define | BG_SA_FLAG_AMOUNT 3 |
#define | BG_SA_DEMOLISHER_AMOUNT 4 |
#define | SPELL_SA_END_OF_ROUND 52459 |
Variables | |
uint32 const | BG_SA_NpcEntries [BG_SA_MAXNPC] |
float const | BG_SA_NpcSpawnlocs [BG_SA_MAXNPC][4] |
float const | BG_SA_ObjSpawnlocs [BG_SA_MAXOBJ][4] |
uint32 const | BG_SA_ObjEntries [BG_SA_MAXOBJ+BG_SA_FLAG_AMOUNT] |
uint32 const | BG_SA_Factions [2] |
const uint32 | BG_SA_GYEntries [BG_SA_MAX_GY] |
float const | BG_SA_GYOrientation [BG_SA_MAX_GY] |
const float | SOTADefPortalDest [5][4] |
#define BG_SA_DEMOLISHER_AMOUNT 4 |
#define BG_SA_FLAG_AMOUNT 3 |
#define SPELL_SA_END_OF_ROUND 52459 |
enum BG_SA_Boat |
Enumerator | |
---|---|
BG_SA_BOAT_ONE_A | |
BG_SA_BOAT_TWO_H | |
BG_SA_BOAT_ONE_H | |
BG_SA_BOAT_TWO_A |
enum BG_SA_BroadcastTexts |
Enumerator | |
---|---|
BG_SA_TEXT_ALLIANCE_CAPTURED_TITAN_PORTAL | |
BG_SA_TEXT_HORDE_CAPTURED_TITAN_PORTAL | |
BG_SA_TEXT_ROUND_TWO_START_ONE_MINUTE | |
BG_SA_TEXT_ROUND_TWO_START_HALF_MINUTE |
enum BG_SA_GateState |
Enumerator | |
---|---|
BG_SA_GATE_OK | |
BG_SA_GATE_DAMAGED | |
BG_SA_GATE_DESTROYED |
enum BG_SA_Graveyards |
Enumerator | |
---|---|
BG_SA_BEACH_GY | |
BG_SA_DEFENDER_LAST_GY | |
BG_SA_RIGHT_CAPTURABLE_GY | |
BG_SA_LEFT_CAPTURABLE_GY | |
BG_SA_CENTRAL_CAPTURABLE_GY | |
BG_SA_MAX_GY |
enum BG_SA_NPCs |
enum BG_SA_Objects |
enum BG_SA_Status |
Enumerator | |
---|---|
BG_SA_NOTSTARTED | |
BG_SA_WARMUP | |
BG_SA_ROUND_ONE | |
BG_SA_SECOND_WARMUP | |
BG_SA_ROUND_TWO | |
BG_SA_BONUS_ROUND |
enum BG_SA_WorldStates |
enum npc |
Enumerator | |
---|---|
NPC_ANTI_PERSONNAL_CANNON | |
NPC_DEMOLISHER_SA | |
NPC_RIGGER_SPARKLIGHT | |
NPC_GORGRIL_RIGSPARK |
uint32 const BG_SA_Factions[2] |
Referenced by BattlegroundSA::CaptureGraveyard(), BattlegroundSA::OverrideGunFaction(), and BattlegroundSA::ResetObjs().
const uint32 BG_SA_GYEntries[BG_SA_MAX_GY] |
Referenced by BattlegroundSA::CaptureGraveyard(), BattlegroundSA::GetClosestGraveyard(), and BattlegroundSA::ResetObjs().
float const BG_SA_GYOrientation[BG_SA_MAX_GY] |
Referenced by BattlegroundSA::CaptureGraveyard(), and BattlegroundSA::ResetObjs().
uint32 const BG_SA_NpcEntries[BG_SA_MAXNPC] |
Referenced by BattlegroundSA::CaptureGraveyard(), and BattlegroundSA::ResetObjs().
float const BG_SA_NpcSpawnlocs[BG_SA_MAXNPC][4] |
uint32 const BG_SA_ObjEntries[BG_SA_MAXOBJ+BG_SA_FLAG_AMOUNT] |
Referenced by BattlegroundSA::CaptureGraveyard(), BattlegroundSA::EventPlayerUsedGO(), and BattlegroundSA::ResetObjs().
float const BG_SA_ObjSpawnlocs[BG_SA_MAXOBJ][4] |
Referenced by BattlegroundSA::CaptureGraveyard(), and BattlegroundSA::ResetObjs().
const float SOTADefPortalDest[5][4] |
Referenced by BattlegroundSA::DefendersPortalTeleport().