TrinityCore
ArenaTeamMember Struct Reference

#include <ArenaTeam.h>

Public Member Functions

void ModifyPersonalRating (Player *player, int32 mod, uint32 type)
 
void ModifyMatchmakerRating (int32 mod, uint32 slot)
 

Public Attributes

ObjectGuid Guid
 
std::string Name
 
uint8 Class
 
uint16 WeekGames
 
uint16 WeekWins
 
uint16 SeasonGames
 
uint16 SeasonWins
 
uint16 PersonalRating
 
uint16 MatchMakerRating
 

Detailed Description

Definition at line 83 of file ArenaTeam.h.

Member Function Documentation

◆ ModifyMatchmakerRating()

void ArenaTeamMember::ModifyMatchmakerRating ( int32  mod,
uint32  slot 
)

Definition at line 452 of file ArenaTeam.cpp.

◆ ModifyPersonalRating()

void ArenaTeamMember::ModifyPersonalRating ( Player player,
int32  mod,
uint32  type 
)

Definition at line 438 of file ArenaTeam.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Class

uint8 ArenaTeamMember::Class

Definition at line 87 of file ArenaTeam.h.

◆ Guid

ObjectGuid ArenaTeamMember::Guid

Definition at line 85 of file ArenaTeam.h.

◆ MatchMakerRating

uint16 ArenaTeamMember::MatchMakerRating

Definition at line 93 of file ArenaTeam.h.

◆ Name

std::string ArenaTeamMember::Name

Definition at line 86 of file ArenaTeam.h.

◆ PersonalRating

uint16 ArenaTeamMember::PersonalRating

Definition at line 92 of file ArenaTeam.h.

◆ SeasonGames

uint16 ArenaTeamMember::SeasonGames

Definition at line 90 of file ArenaTeam.h.

◆ SeasonWins

uint16 ArenaTeamMember::SeasonWins

Definition at line 91 of file ArenaTeam.h.

◆ WeekGames

uint16 ArenaTeamMember::WeekGames

Definition at line 88 of file ArenaTeam.h.

◆ WeekWins

uint16 ArenaTeamMember::WeekWins

Definition at line 89 of file ArenaTeam.h.


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