|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ArenaTeam.h>
Public Member Functions | |
| void | ModifyMatchmakerRating (int32 mod, uint32 slot) |
| void | ModifyPersonalRating (Player *player, int32 mod, uint32 type) |
Public Attributes | |
| uint8 | Class |
| uint64 | Guid |
| uint16 | MatchMakerRating |
| std::string | Name |
| uint16 | PersonalRating |
| uint16 | SeasonGames |
| uint16 | SeasonWins |
| uint16 | WeekGames |
| uint16 | WeekWins |
Definition at line 70 of file ArenaTeam.h.
Definition at line 67 of file ArenaTeam.cpp.
References MatchMakerRating.
Definition at line 53 of file ArenaTeam.cpp.
References PersonalRating.
| uint8 ArenaTeamMember::Class |
Definition at line 74 of file ArenaTeam.h.
| uint64 ArenaTeamMember::Guid |
Definition at line 72 of file ArenaTeam.h.
| uint16 ArenaTeamMember::MatchMakerRating |
Definition at line 80 of file ArenaTeam.h.
Referenced by ModifyMatchmakerRating().
| std::string ArenaTeamMember::Name |
Definition at line 73 of file ArenaTeam.h.
| uint16 ArenaTeamMember::PersonalRating |
Definition at line 79 of file ArenaTeam.h.
Referenced by ModifyPersonalRating().
| uint16 ArenaTeamMember::SeasonGames |
Definition at line 77 of file ArenaTeam.h.
| uint16 ArenaTeamMember::SeasonWins |
Definition at line 78 of file ArenaTeam.h.
| uint16 ArenaTeamMember::WeekGames |
Definition at line 75 of file ArenaTeam.h.
| uint16 ArenaTeamMember::WeekWins |
Definition at line 76 of file ArenaTeam.h.