class MatchmakeRefereeStats
A class for representing personal statistics.
MatchmakeRefereeStats | Constructor. | |
---|---|---|
V | ~MatchmakeRefereeStats | Destructor. |
Reset | Initializes an object to the default state generated by the constructor. | |
IsValid | Checks whether this object is valid. | |
GetUniqueId | Gets a unique ID. | |
GetCategory | Gets the category. | |
GetPrincipalId | Gets the last principal ID used when updating personal statistics for MatchmakeReferee . |
|
GetRecentDisconnectCount | Gets the number of disconnects in the most recent 100 rounds. | |
GetRecentViolationCount | Gets the number of violations in the most recent 100 rounds. | |
GetRecentMismatchCount | Gets the number of report mismatches in the most recent 100 rounds. | |
GetRecentWinCount | Gets the number of wins in the most recent 100 rounds. | |
GetRecentLossCount | Gets the number of losses in the most recent 100 rounds. | |
GetRecentDrawCount | Gets the number of draws in the most recent 100 rounds. | |
GetTotalDisconnectCount | Gets the total number of disconnects. | |
GetTotalViolationCount | Gets the total number of violations. | |
GetTotalMismatchCount | Gets the total number of report mismatches. | |
GetTotalWinCount | Get the total number of wins. | |
GetTotalLossCount | Get the total number of losses. | |
GetTotalDrawCount | Get the total number of draws. | |
GetRatingValue | Gets the rating value. | |
Trace | Traces the content of a MatchmakeRefereeStats object. |
CONFIDENTIAL