game-common / pragma.party / PartyPlugin / buildExtMatchmakingPlayer /

buildExtMatchmakingPlayer #

open suspend fun buildExtMatchmakingPlayer(party: Party.Party, player: Party.PartyPlayer): ExtMatchmakingPlayer

Called for each player within a party when the party is attempting to enter matchmaking. Use to build any ext data the matchmaking system will need to know about each player.

Used by:

  • PartyService.enterMatchmakingV1