![]() |
TrinityCore
|
#include <ArenaScore.h>
Inheritance diagram for ArenaScore:Protected Member Functions | |
| ArenaScore (ObjectGuid playerGuid, uint32 team) | |
| void | AppendToPacket (WorldPackets::Battleground::PVPLogData_Player &playerData) override |
| void | BuildObjectivesBlock (WorldPackets::Battleground::PVPLogData_Player &playerData) override |
| std::string | ToString () const override |
Protected Member Functions inherited from BattlegroundScore | |
| BattlegroundScore (ObjectGuid playerGuid) | |
| virtual | ~BattlegroundScore () |
| virtual void | UpdateScore (uint32 type, uint32 value) |
| 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 | TeamId |
Protected Attributes inherited from BattlegroundScore | |
| ObjectGuid | PlayerGuid |
| uint32 | KillingBlows |
| uint32 | Deaths |
| uint32 | HonorableKills |
| uint32 | BonusHonor |
| uint32 | DamageDone |
| uint32 | HealingDone |
Friends | |
| class | Arena |
Definition at line 24 of file ArenaScore.h.
|
inlineprotected |
Definition at line 29 of file ArenaScore.h.
|
overrideprotectedvirtual |
Reimplemented from BattlegroundScore.
Definition at line 29 of file Arena.cpp.
Here is the call graph for this function:
|
overrideprotectedvirtual |
Implements BattlegroundScore.
Definition at line 41 of file Arena.cpp.
Here is the caller graph for this function:
|
inlineoverrideprotectedvirtual |
Reimplemented from BattlegroundScore.
Definition at line 35 of file ArenaScore.h.
|
friend |
Definition at line 26 of file ArenaScore.h.
|
protected |
Definition at line 42 of file ArenaScore.h.