game-common / pragma.matchmaking / GameInstanceUpdate / setExtForPlayer /
setExtForPlayer #
fun setExtForPlayer(player: Matchmaking.Player, ext: ExtBackendAddPlayer)
Set the ext for a player.
Only works on players that have already been added via GameInstanceUpdate.addParties.
Parameters #
player | A player to set the ext on. |
ext | The ext to set on the player. |