Ranking Protocol (Splatoon 2) - RainMz/NintendoClients GitHub Wiki
This page describes the methods that are only seen in Splatoon 2.
(16) UploadLeaguePoint
Request
Response
This method does not return anything.
(17) GetLeagueResult
Request
| Type |
Name |
| String |
leagueId |
| Uint64 |
tagId |
Response
(18) GetFestivalResult
Request
| Type |
Name |
| Uint32 |
festivalId |
Response
(19) UploadFestivalVote
Request
Response
This method does not return anything.
(20) UploadFestivalScore
Request
Response
This method does not return anything.
(21) DeleteFestival
Request
| Type |
Name |
| Uint32 |
festivalId |
Response
This method does not return anything.
Types
| Type |
Name |
| Uint32 |
festivalId |
| Uint32 |
numParticipants |
| List<Uint32> |
teamParticipants |
| List<Uint32> |
teamScores |
| DateTime |
updatedTime |
Revision 1:
| Type |
Description |
| Uint8 |
Unknown |
| List<Uint64> |
Team scores (64-bit) |
FestivalUploadScoreParam (Structure)
| Type |
Name |
| Uint64 |
uniqueId |
| Uint8 |
region |
| Uint32 |
festivalId |
| Uint8 |
teamId |
| Uint32 |
score |
| Uint32 |
battleGatheringId |
| Uint32 |
battleResult |
| qBuffer |
applicationBuffer |
FestivalUploadVoteParam (Structure)
| Type |
Name |
| Uint32 |
festivalId |
| Uint8 |
themeId |
LeaguePlayerDetail (Structure)
| Type |
Name |
| Uint64 |
principalId |
| Sint32 |
weaponId |
| Type |
Name |
| LeaguePointInfo |
leaguePointInfo |
| Uint8 |
status |
| Uint32 |
specificRank |
| Uint8 |
rankRatio |
| Uint32 |
tagNum |
| Uint32 |
matchCount |