Match Making Protocol Ext - RainMz/NintendoClients GitHub Wiki
(1) EndParticipation
Request
Type |
Name |
Uint32 |
idGathering |
String |
strMessage |
Response
(2) GetParticipants
Request
Type |
Name |
Uint32 |
idGathering |
Bool |
bOnlyActive |
Response
Type |
Name |
List<PID> |
lstParticipants |
(3) GetDetailedParticipants
Request
Type |
Name |
Uint32 |
idGathering |
Bool |
bOnlyActive |
Response
(4) GetParticipantsURLs
Request
Type |
Name |
List<Uint32> |
lstGatherings |
Response
(5) GetGatheringRelations
Request
Type |
Name |
Uint32 |
id |
String |
descr |
Response
(6) DeleteFromDeletions
Request
Type |
Name |
List<Uint32> |
lstDeletions |
PID |
pid |
Response
This method does not return anything.