AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ArenaScore.h"
Protected Member Functions | |
ArenaScore (ObjectGuid playerGuid, TeamId team) | |
void | AppendToPacket (WorldPacket &data) final |
void | BuildObjectivesBlock (WorldPacket &data) final |
std::string | ToString () const override |
Protected Member Functions inherited from BattlegroundScore | |
BattlegroundScore (ObjectGuid playerGuid) | |
virtual | ~BattlegroundScore ()=default |
virtual void | UpdateScore (uint32 type, uint32 value) |
virtual void | AppendToPacket (WorldPacket &data) |
virtual void | BuildObjectivesBlock (WorldPacket &)=0 |
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 | GetAttr1 () const |
virtual uint32 | GetAttr2 () const |
virtual uint32 | GetAttr3 () const |
virtual uint32 | GetAttr4 () const |
virtual uint32 | GetAttr5 () const |
Protected Attributes | |
uint8 | PvPTeamId |
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 | Arena |
|
inlineprotected |
|
finalprotectedvirtual |
Reimplemented from BattlegroundScore.
References BuildObjectivesBlock(), BattlegroundScore::DamageDone, BattlegroundScore::HealingDone, BattlegroundScore::KillingBlows, and BattlegroundScore::PlayerGuid.
|
finalprotectedvirtual |
Implements BattlegroundScore.
Referenced by AppendToPacket().
|
inlineoverrideprotectedvirtual |
Reimplemented from BattlegroundScore.
References Acore::StringFormat().
|
friend |
|
protected |