TrinityCore
Loading...
Searching...
No Matches
BattlegroundWGScore Struct Referencefinal

#include <BattlegroundWS.h>

+ Inheritance diagram for BattlegroundWGScore:

Protected Member Functions

 BattlegroundWGScore (ObjectGuid playerGuid)
 
void UpdateScore (uint32 type, uint32 value) override
 
void BuildObjectivesBlock (WorldPackets::Battleground::PVPLogData_Player &playerData) override
 
uint32 GetAttr1 () const override
 
uint32 GetAttr2 () const override
 
- Protected Member Functions inherited from BattlegroundScore
 BattlegroundScore (ObjectGuid playerGuid)
 
virtual ~BattlegroundScore ()
 
virtual void AppendToPacket (WorldPackets::Battleground::PVPLogData_Player &playerData)
 
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 FlagCaptures
 
uint32 FlagReturns
 
- Protected Attributes inherited from BattlegroundScore
ObjectGuid PlayerGuid
 
uint32 KillingBlows
 
uint32 Deaths
 
uint32 HonorableKills
 
uint32 BonusHonor
 
uint32 DamageDone
 
uint32 HealingDone
 

Friends

class BattlegroundWS
 

Detailed Description

Definition at line 166 of file BattlegroundWS.h.

Constructor & Destructor Documentation

◆ BattlegroundWGScore()

BattlegroundWGScore::BattlegroundWGScore ( ObjectGuid  playerGuid)
inlineprotected

Definition at line 171 of file BattlegroundWS.h.

Member Function Documentation

◆ BuildObjectivesBlock()

void BattlegroundWGScore::BuildObjectivesBlock ( WorldPackets::Battleground::PVPLogData_Player playerData)
overrideprotectedvirtual

Implements BattlegroundScore.

Definition at line 75 of file BattlegroundWS.cpp.

◆ GetAttr1()

uint32 BattlegroundWGScore::GetAttr1 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 191 of file BattlegroundWS.h.

◆ GetAttr2()

uint32 BattlegroundWGScore::GetAttr2 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 192 of file BattlegroundWS.h.

◆ UpdateScore()

void BattlegroundWGScore::UpdateScore ( uint32  type,
uint32  value 
)
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 173 of file BattlegroundWS.h.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ BattlegroundWS

friend class BattlegroundWS
friend

Definition at line 168 of file BattlegroundWS.h.

Member Data Documentation

◆ FlagCaptures

uint32 BattlegroundWGScore::FlagCaptures
protected

Definition at line 194 of file BattlegroundWS.h.

◆ FlagReturns

uint32 BattlegroundWGScore::FlagReturns
protected

Definition at line 195 of file BattlegroundWS.h.


The documentation for this struct was generated from the following files: