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

#include <BattlegroundSA.h>

+ Inheritance diagram for BattlegroundSAScore:

Protected Member Functions

 BattlegroundSAScore (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 DemolishersDestroyed
 
uint32 GatesDestroyed
 
- Protected Attributes inherited from BattlegroundScore
ObjectGuid PlayerGuid
 
uint32 KillingBlows
 
uint32 Deaths
 
uint32 HonorableKills
 
uint32 BonusHonor
 
uint32 DamageDone
 
uint32 HealingDone
 

Friends

class BattlegroundSA
 

Detailed Description

Definition at line 519 of file BattlegroundSA.h.

Constructor & Destructor Documentation

◆ BattlegroundSAScore()

BattlegroundSAScore::BattlegroundSAScore ( ObjectGuid  playerGuid)
inlineprotected

Definition at line 524 of file BattlegroundSA.h.

Member Function Documentation

◆ BuildObjectivesBlock()

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

Implements BattlegroundScore.

Definition at line 32 of file BattlegroundSA.cpp.

◆ GetAttr1()

uint32 BattlegroundSAScore::GetAttr1 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 544 of file BattlegroundSA.h.

◆ GetAttr2()

uint32 BattlegroundSAScore::GetAttr2 ( ) const
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

Definition at line 545 of file BattlegroundSA.h.

◆ UpdateScore()

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

Reimplemented from BattlegroundScore.

Definition at line 526 of file BattlegroundSA.h.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ BattlegroundSA

friend class BattlegroundSA
friend

Definition at line 521 of file BattlegroundSA.h.

Member Data Documentation

◆ DemolishersDestroyed

uint32 BattlegroundSAScore::DemolishersDestroyed
protected

Definition at line 547 of file BattlegroundSA.h.

◆ GatesDestroyed

uint32 BattlegroundSAScore::GatesDestroyed
protected

Definition at line 548 of file BattlegroundSA.h.


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