#include "BattlegroundScore.h"
◆ BattlegroundScore()
| BattlegroundScore::BattlegroundScore |
( |
ObjectGuid |
playerGuid | ) |
|
|
inlineprotected |
ObjectGuid PlayerGuid
Definition BattlegroundScore.h:115
◆ ~BattlegroundScore()
| virtual BattlegroundScore::~BattlegroundScore |
( |
| ) |
|
|
protectedvirtualdefault |
◆ AppendToPacket()
| void BattlegroundScore::AppendToPacket |
( |
WorldPacket & |
data | ) |
|
|
protectedvirtual |
Reimplemented in ArenaScore.
128{
130
137
139}
std::uint32_t uint32
Definition Define.h:107
uint32 KillingBlows
Definition BattlegroundScore.h:118
uint32 HealingDone
Definition BattlegroundScore.h:123
uint32 Deaths
Definition BattlegroundScore.h:119
virtual void BuildObjectivesBlock(WorldPacket &)=0
uint32 BonusHonor
Definition BattlegroundScore.h:121
uint32 HonorableKills
Definition BattlegroundScore.h:120
uint32 DamageDone
Definition BattlegroundScore.h:122
References BonusHonor, BuildObjectivesBlock(), DamageDone, Deaths, HealingDone, HonorableKills, KillingBlows, and PlayerGuid.
◆ BuildObjectivesBlock()
| virtual void BattlegroundScore::BuildObjectivesBlock |
( |
WorldPacket & |
| ) |
|
|
protectedpure virtual |
◆ GetAttr1()
| virtual uint32 BattlegroundScore::GetAttr1 |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetAttr2()
| virtual uint32 BattlegroundScore::GetAttr2 |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetAttr3()
| virtual uint32 BattlegroundScore::GetAttr3 |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetAttr4()
| virtual uint32 BattlegroundScore::GetAttr4 |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetAttr5()
| virtual uint32 BattlegroundScore::GetAttr5 |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetBonusHonor()
| uint32 BattlegroundScore::GetBonusHonor |
( |
| ) |
const |
|
inline |
◆ GetDamageDone()
| uint32 BattlegroundScore::GetDamageDone |
( |
| ) |
const |
|
inline |
◆ GetDeaths()
| uint32 BattlegroundScore::GetDeaths |
( |
| ) |
const |
|
inline |
◆ GetHealingDone()
| uint32 BattlegroundScore::GetHealingDone |
( |
| ) |
const |
|
inline |
◆ GetHonorableKills()
| uint32 BattlegroundScore::GetHonorableKills |
( |
| ) |
const |
|
inline |
◆ GetKillingBlows()
| uint32 BattlegroundScore::GetKillingBlows |
( |
| ) |
const |
|
inline |
◆ GetPlayerGuid()
| ObjectGuid BattlegroundScore::GetPlayerGuid |
( |
| ) |
const |
|
inline |
◆ ToString()
| virtual std::string BattlegroundScore::ToString |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ UpdateScore()
| virtual void BattlegroundScore::UpdateScore |
( |
uint32 |
type, |
|
|
uint32 |
value |
|
) |
| |
|
inlineprotectedvirtual |
Reimplemented in BattlegroundABScore, BattlegroundAVScore, BattlegroundEYScore, BattlegroundICScore, BattlegroundSAScore, and BattlegroundWGScore.
76 {
77 switch (type)
78 {
81 break;
84 break;
87 break;
90 break;
93 break;
96 break;
97 default:
98 ABORT(
"Not implemented Battleground score type!");
99 break;
100 }
101 }
@ SCORE_KILLING_BLOWS
Definition BattlegroundScore.h:28
@ SCORE_BONUS_HONOR
Definition BattlegroundScore.h:31
@ SCORE_DEATHS
Definition BattlegroundScore.h:29
@ SCORE_DAMAGE_DONE
Definition BattlegroundScore.h:32
@ SCORE_HEALING_DONE
Definition BattlegroundScore.h:33
@ SCORE_HONORABLE_KILLS
Definition BattlegroundScore.h:30
#define ABORT
Definition Errors.h:76
References ABORT, SCORE_BONUS_HONOR, SCORE_DAMAGE_DONE, SCORE_DEATHS, SCORE_HEALING_DONE, SCORE_HONORABLE_KILLS, and SCORE_KILLING_BLOWS.
Referenced by BattlegroundABScore::UpdateScore(), BattlegroundAVScore::UpdateScore(), BattlegroundEYScore::UpdateScore(), BattlegroundICScore::UpdateScore(), BattlegroundSAScore::UpdateScore(), and BattlegroundWGScore::UpdateScore().
◆ Arena
◆ Battleground
◆ BonusHonor
| uint32 BattlegroundScore::BonusHonor = 0 |
|
protected |
◆ DamageDone
| uint32 BattlegroundScore::DamageDone = 0 |
|
protected |
◆ Deaths
| uint32 BattlegroundScore::Deaths = 0 |
|
protected |
◆ HealingDone
| uint32 BattlegroundScore::HealingDone = 0 |
|
protected |
◆ HonorableKills
| uint32 BattlegroundScore::HonorableKills = 0 |
|
protected |
◆ KillingBlows
| uint32 BattlegroundScore::KillingBlows = 0 |
|
protected |
◆ PlayerGuid
The documentation for this struct was generated from the following files: