TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BattlegroundTPScore Class Referencefinal

#include <BattlegroundTP.h>

Protected Member Functions

 BattlegroundTPScore (ObjectGuid playerGuid, uint32 team)
 
void UpdateScore (uint32 type, uint32 value) override
 
void BuildObjectivesBlock (std::vector< int32 > &stats) override
 
uint32 GetAttr1 () const finaloverride
 
uint32 GetAttr2 () const finaloverride
 
- Protected Member Functions inherited from BattlegroundScore
 BattlegroundScore (ObjectGuid playerGuid, uint32 team)
 
virtual ~BattlegroundScore ()
 
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
 
uint8 TeamId
 
uint32 KillingBlows
 
uint32 Deaths
 
uint32 HonorableKills
 
uint32 BonusHonor
 
uint32 DamageDone
 
uint32 HealingDone
 

Constructor & Destructor Documentation

BattlegroundTPScore::BattlegroundTPScore ( ObjectGuid  playerGuid,
uint32  team 
)
inlineprotected
27 : BattlegroundScore(playerGuid, team), FlagCaptures(0), FlagReturns(0) { }
BattlegroundScore(ObjectGuid playerGuid, uint32 team)
Definition: BattlegroundScore.h:60
uint32 FlagCaptures
Definition: BattlegroundTP.h:54
uint32 FlagReturns
Definition: BattlegroundTP.h:55

Member Function Documentation

void BattlegroundTPScore::BuildObjectivesBlock ( std::vector< int32 > &  stats)
inlineoverrideprotectedvirtual

Implements BattlegroundScore.

46  {
47  stats.push_back(FlagCaptures);
48  stats.push_back(FlagReturns);
49  }
uint32 FlagCaptures
Definition: BattlegroundTP.h:54
uint32 FlagReturns
Definition: BattlegroundTP.h:55
uint32 BattlegroundTPScore::GetAttr1 ( ) const
inlinefinaloverrideprotectedvirtual

Reimplemented from BattlegroundScore.

51 { return FlagCaptures; }
uint32 FlagCaptures
Definition: BattlegroundTP.h:54
uint32 BattlegroundTPScore::GetAttr2 ( ) const
inlinefinaloverrideprotectedvirtual

Reimplemented from BattlegroundScore.

52 { return FlagReturns; }
uint32 FlagReturns
Definition: BattlegroundTP.h:55
void BattlegroundTPScore::UpdateScore ( uint32  type,
uint32  value 
)
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

30  {
31  switch (type)
32  {
35  break;
36  case SCORE_FLAG_RETURNS:
37  FlagReturns += value;
38  break;
39  default:
41  break;
42  }
43  }
Definition: BattlegroundScore.h:35
virtual void UpdateScore(uint32 type, uint32 value)
Definition: BattlegroundScore.h:65
Definition: BattlegroundScore.h:36
uint32 FlagCaptures
Definition: BattlegroundTP.h:54
uint32 FlagReturns
Definition: BattlegroundTP.h:55
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

Member Data Documentation

uint32 BattlegroundTPScore::FlagCaptures
protected
uint32 BattlegroundTPScore::FlagReturns
protected

The documentation for this class was generated from the following file: