TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ArenaTeamScore Struct Reference

#include <ArenaScore.h>

Protected Member Functions

 ArenaTeamScore ()
 
virtual ~ArenaTeamScore ()
 
void Reset ()
 
void Assign (int32 oldRating, int32 newRating, uint32 matchMakerRating)
 

Protected Attributes

int32 OldRating
 
int32 NewRating
 
uint32 MatchmakerRating
 

Friends

class Arena
 
class Battleground
 

Constructor & Destructor Documentation

ArenaTeamScore::ArenaTeamScore ( )
inlineprotected
52 : OldRating(0), NewRating(0), MatchmakerRating(0) { }
uint32 MatchmakerRating
Definition: ArenaScore.h:72
int32 NewRating
Definition: ArenaScore.h:71
int32 OldRating
Definition: ArenaScore.h:70
virtual ArenaTeamScore::~ArenaTeamScore ( )
inlineprotectedvirtual
54 { }

Member Function Documentation

void ArenaTeamScore::Assign ( int32  oldRating,
int32  newRating,
uint32  matchMakerRating 
)
inlineprotected
64  {
65  OldRating = oldRating;
66  NewRating = newRating;
67  MatchmakerRating = matchMakerRating;
68  }
uint32 MatchmakerRating
Definition: ArenaScore.h:72
int32 NewRating
Definition: ArenaScore.h:71
int32 OldRating
Definition: ArenaScore.h:70

+ Here is the caller graph for this function:

void ArenaTeamScore::Reset ( )
inlineprotected
57  {
58  OldRating = 0;
59  NewRating = 0;
60  MatchmakerRating = 0;
61  }
uint32 MatchmakerRating
Definition: ArenaScore.h:72
int32 NewRating
Definition: ArenaScore.h:71
int32 OldRating
Definition: ArenaScore.h:70

Friends And Related Function Documentation

friend class Arena
friend
friend class Battleground
friend

Member Data Documentation

uint32 ArenaTeamScore::MatchmakerRating
protected
int32 ArenaTeamScore::NewRating
protected
int32 ArenaTeamScore::OldRating
protected

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