Matchmaking statistics. Will receive this after calling MatchmakingService.GetStats.
More...
|
| MatchmakingStats (IntPtr o) |
|
|
readonly uint | DrawCount |
| The current user's number of draws.
|
|
readonly uint | LossCount |
| The current user's number of losses.
|
|
readonly uint | SkillLevel |
| The current user's skill level for the current matchmaking pool.
|
|
readonly double | SkillMean |
| The average of all skill levels for the current matchmaking pool.
|
|
readonly double | SkillStandardDeviation |
| The standard deviation of all skill levels for the current matchmaking pool.
|
|
readonly uint | WinCount |
| The current user's number of wins.
|
|
Matchmaking statistics. Will receive this after calling MatchmakingService.GetStats.