match¶
-
class
csgo.features.match.Match¶ Bases:
object-
request_matchmaking_stats()¶ Request matchmaking statistics
Response event:
matchmaking_statsParameters: message (proto message) – CMsgGCCStrike15_v2_MatchmakingGC2ClientHello
-
request_current_live_games()¶ Request current live games
Response event:
current_live_gamesParameters: message (proto message) – CMsgGCCStrike15_v2_MatchList
-
request_live_game_for_user(account_id)¶ Request recent games for a specific user
Parameters: account_id ( int) – account id of the userResponse event:
live_game_for_userParameters: message (proto message) –
-
request_full_match_info(matchid, outcomeid, token)¶ Request full match info. The parameters can be decoded from a match ShareCode
Parameters: Response event:
full_match_infoParameters: message (proto message) –
-
request_recent_user_games(account_id)¶ Request recent games for a specific user
Parameters: account_id ( int) – account id of the userResponse event:
recent_user_gamesParameters: message (proto message) –
-
request_watch_info_friends(account_ids, request_id=1, serverid=0, matchid=0)¶ Request watch info for friends
Parameters: Response event:
watch_infoParameters: message (proto message) – CMsgGCCStrike15_v2_WatchInfoUsers
-