TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BattlegroundICScore Struct Referencefinal

#include <BattlegroundIC.h>

Protected Member Functions

 BattlegroundICScore (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 BasesAssaulted
 
uint32 BasesDefended
 
- Protected Attributes inherited from BattlegroundScore
ObjectGuid PlayerGuid
 
uint8 TeamId
 
uint32 KillingBlows
 
uint32 Deaths
 
uint32 HonorableKills
 
uint32 BonusHonor
 
uint32 DamageDone
 
uint32 HealingDone
 

Friends

class BattlegroundIC
 

Constructor & Destructor Documentation

BattlegroundICScore::BattlegroundICScore ( ObjectGuid  playerGuid,
uint32  team 
)
inlineprotected
888 : BattlegroundScore(playerGuid, team), BasesAssaulted(0), BasesDefended(0) { }
uint32 BasesAssaulted
Definition: BattlegroundIC.h:915
BattlegroundScore(ObjectGuid playerGuid, uint32 team)
Definition: BattlegroundScore.h:60
uint32 BasesDefended
Definition: BattlegroundIC.h:916

Member Function Documentation

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

Implements BattlegroundScore.

907  {
908  stats.push_back(BasesAssaulted);
909  stats.push_back(BasesDefended);
910  }
uint32 BasesAssaulted
Definition: BattlegroundIC.h:915
uint32 BasesDefended
Definition: BattlegroundIC.h:916
uint32 BattlegroundICScore::GetAttr1 ( ) const
inlinefinaloverrideprotectedvirtual

Reimplemented from BattlegroundScore.

912 { return BasesAssaulted; }
uint32 BasesAssaulted
Definition: BattlegroundIC.h:915
uint32 BattlegroundICScore::GetAttr2 ( ) const
inlinefinaloverrideprotectedvirtual

Reimplemented from BattlegroundScore.

913 { return BasesDefended; }
uint32 BasesDefended
Definition: BattlegroundIC.h:916
void BattlegroundICScore::UpdateScore ( uint32  type,
uint32  value 
)
inlineoverrideprotectedvirtual

Reimplemented from BattlegroundScore.

891  {
892  switch (type)
893  {
896  break;
898  BasesDefended += value;
899  break;
900  default:
902  break;
903  }
904  }
virtual void UpdateScore(uint32 type, uint32 value)
Definition: BattlegroundScore.h:65
uint32 BasesAssaulted
Definition: BattlegroundIC.h:915
Definition: BattlegroundScore.h:39
const FieldDescriptor value
Definition: descriptor.h:1522
Definition: BattlegroundScore.h:40
uint32 BasesDefended
Definition: BattlegroundIC.h:916

+ Here is the call graph for this function:

Friends And Related Function Documentation

friend class BattlegroundIC
friend

Member Data Documentation

uint32 BattlegroundICScore::BasesAssaulted
protected
uint32 BattlegroundICScore::BasesDefended
protected

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