Map the players in bga.gameui.gamedatas.players to JumpToEntry, sorted by player order.
bga.gameui.gamedatas.players
By default, target is player-table-${playerId}, and entry setting is the player color and player avatar as backgroundImage.
player-table-${playerId}
the Bga object (usually accessible on the Game class by this.bga)
this.bga
Optional
the optional settings to customize the mapping
an array of entries matchings the players at the table
Map the players in
bga.gameui.gamedatas.playersto JumpToEntry, sorted by player order.By default, target is
player-table-${playerId}, and entry setting is the player color and player avatar as backgroundImage.