This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovr_Matchmaking_GetStats

Modes: QUICKMATCH, BROWSE

Gets the matchmaking stats for the current user

Given a pool it will look up the current user's wins, loss, draws and skill level. The skill level return will be between 1 and maxLevel. The approach will dictate how should the skill level rise toward the max level.

This request will return a message with a payload of MatchmakingStats on the message queue.

Parameters

ParameterDescription

pool

The pool to look in

Type: const char *

maxLevel

The maximum skill level achievable

Type: unsigned int

approach

The growth function of how the skill levels should approach to the max level. TRAILING is recommended for displaying to users

Type: ovrMatchmakingStatApproach