This page describes the methods that are only seen in Mario Kart 8.
Methods
| Method ID | Method Name | 
|---|---|
| 14 | GetCompetitionRankingScore | 
| 15 | UploadCompetitionRankingScore | 
| 16 | GetCompetitionInfo | 
(15) UploadCompetitionRankingScore
Request
| Type | Description | 
|---|---|
| CompetitionRankingUploadScoreParam | Param | 
Response
| Type | Description | 
|---|---|
| Bool | Result | 
(16) GetCompetitionInfo
Request
| Type | Description | 
|---|---|
| CompetitionRankingInfoGetParam | Param | 
Response
| Type | Description | 
|---|---|
| List<CompetitionRankingInfo> | Info | 
Types
CompetitionRankingInfo (Structure)
| Type | Description | 
|---|---|
| Uint32 | Id | 
| Uint32 | Number of participants | 
| List<Uint32> | Team scores | 
CompetitionRankingInfoGetParam (Structure)
| Type | Description | 
|---|---|
| Uint8 | Rank order | 
| ResultRange | Result range | 
CompetitionRankingUploadScoreParam (Structure)
| Type | Description | 
|---|---|
| Uint32 | Id | 
| Uint32 | Season id | 
| Uint32 | Unknown | 
| Uint32 | Score | 
| Uint8 | Team id | 
| Uint32 | Team score | 
| Bool | Is first upload | 
| qBuffer | Metadata |