MMRWrapper : ObjectWrapper
Parameter | Type | Description |
---|---|---|
MMRWrapper | — |
bool Is Syncing( Steam ID player ID)
Parameter | Type | Description |
---|---|---|
playerID | SteamID | — |
bool Is Synced( Steam ID player ID, int playlist ID)
bool Is Ranked( int playlist ID)
Parameter | Type | Description |
---|---|---|
playlistID | int | — |
SkillRating Get Player Skill Rating( Steam ID player ID, int playlist ID)
SkillRank Get Player Rank( Steam ID player ID, int playlist ID)
float Get Player MMR( Steam ID player ID, int playlist ID)
float Calculate MMR( Skill Rating sr, bool disregard Placements)
Parameter | Type | Description |
---|---|---|
sr | SkillRating | — |
disregardPlacements | bool | — |
int Get Current Playlist( )
MMRNotifierToken Register MMRNotifier( std::function< void( Unique IDWrapper id)>)
Parameter | Type | Description |
---|---|---|
UniqueIDWrapper | — |