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

#include <BattlegroundAV.h>

+ Inheritance diagram for BattlegroundAVScore:

Protected Member Functions

 BattlegroundAVScore (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
 
uint32 GetAttr3 () const override
 
uint32 GetAttr4 () const override
 
uint32 GetAttr5 () 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
 

Protected Attributes

uint32 GraveyardsAssaulted
 
uint32 GraveyardsDefended
 
uint32 TowersAssaulted
 
uint32 TowersDefended
 
uint32 MinesCaptured
 
- Protected Attributes inherited from BattlegroundScore
ObjectGuid PlayerGuid
 
uint32 KillingBlows
 
uint32 Deaths
 
uint32 HonorableKills
 
uint32 BonusHonor
 
uint32 DamageDone
 
uint32 HealingDone
 

Friends

class BattlegroundAV
 

Detailed Description

Definition at line 1568 of file BattlegroundAV.h.

Constructor & Destructor Documentation

◆ BattlegroundAVScore()

BattlegroundAVScore::BattlegroundAVScore ( ObjectGuid  playerGuid)
inlineprotected

Definition at line 1573 of file BattlegroundAV.h.

Member Function Documentation

◆ BuildObjectivesBlock()

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

Implements BattlegroundScore.

Definition at line 31 of file BattlegroundAV.cpp.

◆ GetAttr1()

uint32 BattlegroundAVScore::GetAttr1 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 1602 of file BattlegroundAV.h.

◆ GetAttr2()

uint32 BattlegroundAVScore::GetAttr2 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 1603 of file BattlegroundAV.h.

◆ GetAttr3()

uint32 BattlegroundAVScore::GetAttr3 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 1604 of file BattlegroundAV.h.

◆ GetAttr4()

uint32 BattlegroundAVScore::GetAttr4 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 1605 of file BattlegroundAV.h.

◆ GetAttr5()

uint32 BattlegroundAVScore::GetAttr5 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 1606 of file BattlegroundAV.h.

◆ UpdateScore()

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

Reimplemented from BattlegroundScore.

Definition at line 1575 of file BattlegroundAV.h.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ BattlegroundAV

friend class BattlegroundAV
friend

Definition at line 1570 of file BattlegroundAV.h.

Member Data Documentation

◆ GraveyardsAssaulted

uint32 BattlegroundAVScore::GraveyardsAssaulted
protected

Definition at line 1608 of file BattlegroundAV.h.

◆ GraveyardsDefended

uint32 BattlegroundAVScore::GraveyardsDefended
protected

Definition at line 1609 of file BattlegroundAV.h.

◆ MinesCaptured

uint32 BattlegroundAVScore::MinesCaptured
protected

Definition at line 1612 of file BattlegroundAV.h.

◆ TowersAssaulted

uint32 BattlegroundAVScore::TowersAssaulted
protected

Definition at line 1610 of file BattlegroundAV.h.

◆ TowersDefended

uint32 BattlegroundAVScore::TowersDefended
protected

Definition at line 1611 of file BattlegroundAV.h.


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