UPico_MatchmakingStats class.
More...
#include <Pico_Matchmaking.h>
|
int32 | GetDrawCount () |
| The current user's number of draws.
|
|
int32 | GetLossCount () |
| The current user's number of losses.
|
|
int32 | GetSkillLevel () |
| The current user's skill level for the current matchmaking pool.
|
|
float | GetSkillMean () |
| The average of all skill levels for the current matchmaking pool.
|
|
float | GetSkillStandardDeviation () |
| The standard deviation of all skill levels for the current matchmaking pool.
|
|
int32 | GetWinCount () |
| The current user's number of wins.
|
|