game-common / pragma.party / PartyPlugin / returnFromMatchmaking /
returnFromMatchmaking #
open suspend fun returnFromMatchmaking(party: Party.Party, returningPlayers: List<Party.PartyPlayer>, config: PartyConfig)
Called when players are returning from matchmaking. Use to perform any necessary updates to the player or party state. The returning players may be a subset of all the players in the party.
Used by:
- PartyService.returnFromMatchmakingV1
 
Parameters #
party  | The party the players are in.  | 
returningPlayers  | The players that have left matchmaking.  | 
config  | The party service configuration.  |