#include "ArenaScore.h"
◆ ArenaTeamScore()
ArenaTeamScore::ArenaTeamScore |
( |
| ) |
|
|
protecteddefault |
◆ ~ArenaTeamScore()
virtual ArenaTeamScore::~ArenaTeamScore |
( |
| ) |
|
|
protectedvirtualdefault |
◆ Assign()
void ArenaTeamScore::Assign |
( |
int32 |
ratingChange, |
|
|
uint32 |
matchMakerRating, |
|
|
std::string_view |
teamName |
|
) |
| |
|
inlineprotected |
62 {
66 }
uint32 MatchmakerRating
Definition ArenaScore.h:72
int32 RatingChange
Definition ArenaScore.h:71
std::string TeamName
Definition ArenaScore.h:73
Referenced by Arena::EndBattleground().
◆ BuildRatingInfoBlock()
void ArenaTeamScore::BuildRatingInfoBlock |
( |
WorldPacket & |
data | ) |
|
|
protected |
◆ BuildTeamInfoBlock()
void ArenaTeamScore::BuildTeamInfoBlock |
( |
WorldPacket & |
data | ) |
|
|
protected |
◆ Reset()
void ArenaTeamScore::Reset |
( |
| ) |
|
|
inlineprotected |
◆ Arena
◆ Battleground
◆ MatchmakerRating
uint32 ArenaTeamScore::MatchmakerRating = 0 |
|
protected |
◆ RatingChange
int32 ArenaTeamScore::RatingChange = 0 |
|
protected |
◆ TeamName
std::string ArenaTeamScore::TeamName {} |
|
protected |
The documentation for this struct was generated from the following files:
- azerothcore-wotlk/src/server/game/Battlegrounds/ArenaScore.h
- azerothcore-wotlk/src/server/game/Battlegrounds/Arena.cpp