![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "BattlegroundSA.h"
Protected Member Functions | |
| BattlegroundSAScore (ObjectGuid playerGuid) | |
| void | UpdateScore (uint32 type, uint32 value) override |
| void | BuildObjectivesBlock (WorldPacket &data) final |
| uint32 | GetAttr1 () const override |
| uint32 | GetAttr2 () const override |
Protected Member Functions inherited from BattlegroundScore | |
| BattlegroundScore (ObjectGuid playerGuid) | |
| virtual | ~BattlegroundScore ()=default |
| virtual void | AppendToPacket (WorldPacket &data) |
| virtual std::string | ToString () const |
| uint32 | GetKillingBlows () const |
| uint32 | GetDeaths () const |
| uint32 | GetHonorableKills () const |
| uint32 | GetBonusHonor () const |
| uint32 | GetDamageDone () const |
| uint32 | GetHealingDone () const |
| virtual uint32 | GetAttr3 () const |
| virtual uint32 | GetAttr4 () const |
| virtual uint32 | GetAttr5 () const |
Protected Attributes | |
| uint32 | DemolishersDestroyed = 0 |
| uint32 | GatesDestroyed = 0 |
Protected Attributes inherited from BattlegroundScore | |
| ObjectGuid | PlayerGuid |
| uint32 | KillingBlows = 0 |
| uint32 | Deaths = 0 |
| uint32 | HonorableKills = 0 |
| uint32 | BonusHonor = 0 |
| uint32 | DamageDone = 0 |
| uint32 | HealingDone = 0 |
Friends | |
| class | BattlegroundSA |
|
inlineprotected |
|
finalprotectedvirtual |
|
inlineoverrideprotectedvirtual |
|
inlineoverrideprotectedvirtual |
Reimplemented from BattlegroundScore.
References DemolishersDestroyed, GatesDestroyed, SCORE_DESTROYED_DEMOLISHER, SCORE_DESTROYED_WALL, and BattlegroundScore::UpdateScore().
|
friend |
|
protected |
Referenced by BuildObjectivesBlock(), GetAttr1(), and UpdateScore().
|
protected |
Referenced by BuildObjectivesBlock(), GetAttr2(), and UpdateScore().