AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ArenaScore.h"
Protected Member Functions | |
ArenaTeamScore ()=default | |
virtual | ~ArenaTeamScore ()=default |
void | Reset () |
void | Assign (int32 ratingChange, uint32 matchMakerRating, std::string_view teamName) |
void | BuildRatingInfoBlock (WorldPacket &data) |
void | BuildTeamInfoBlock (WorldPacket &data) |
Protected Attributes | |
int32 | RatingChange = 0 |
uint32 | MatchmakerRating = 0 |
std::string | TeamName {} |
Friends | |
class | Arena |
class | Battleground |
|
protecteddefault |
|
protectedvirtualdefault |
|
inlineprotected |
Referenced by Arena::EndBattleground().
|
protected |
References MatchmakerRating, and RatingChange.
|
protected |
|
inlineprotected |
|
friend |
|
friend |
|
protected |
Referenced by BuildRatingInfoBlock().
|
protected |
Referenced by BuildRatingInfoBlock().
|
protected |
Referenced by BuildTeamInfoBlock().