This page describes the methods that are only seen in Splatoon.
Methods
| Method ID | Method Name | 
|---|---|
| 16 | GetCompetitionRankingScore | 
| 17 | GetcompetitionRankingScoreByPeriodList | 
| 18 | UploadCompetitionRankingScore | 
| 19 | DeleteCompetitionRankingScore | 
(16) GetCompetitionRankingScore
Request
| Type | Description | 
|---|---|
| CompetitionRankingGetParam | Param | 
Response
| Type | Description | 
|---|---|
| List<CompetitionRankingScoreInfo> | Score info | 
(18) UploadCompetitionRankingScore
Request
| Type | Description | 
|---|---|
| CompetitionRankingUploadScoreParam | Param | 
Response
| Type | Description | 
|---|---|
| Bool | Success | 
Types
CompetitionRankingGetParam (Structure)
Revision 1:
| Type | Description | 
|---|---|
| Uint32 | Unknown | 
| ResultRange | Result range | 
| List<Uint32> | Festival ids | 
CompetitionRankingScoreInfo (Structure)
| Type | Description | 
|---|---|
| Uint32 | Festival id | 
| List<CompetitionRankingScoreData> | Score data | 
| Uint32 | Unknown | 
| List<Uint32> | Team wins | 
| List<Uint32> | Team votes | 
CompetitionRankingScoreData (Structure)
| Type | Description | 
|---|---|
| Uint32 | Unknown | 
| PID | User id | 
| Uint32 | Score | 
| DateTime | Modified date | 
| Uint8 | Unknown | 
| qBuffer | Application data | 
CompetitionRankingUploadScoreParam (Structure)
| Type | Description | 
|---|---|
| Uint32 | Unknown | 
| Uint32 | Festival id | 
| Uint32 | Unknown | 
| Uint32 | Score | 
| Uint8 | Team id | 
| Uint32 | Team score | 
| Bool | Is first upload | 
| qBuffer | Application data |