Options
All
  • Public
  • Public/Protected
  • All
Menu

The Ladder Tournament state, consisting of the current player statistics and past results

Hierarchy

Index

Properties

currentRanks

currentRanks: Array<{ player: Player; rankState: any }>

playerStats

playerStats: Map<NanoID, PlayerStat>

A map from a Player Tournament ID string to statistics

results

results: Array<any>

Past results stored. Each element is what is returned by Design.getResults

statistics

statistics: { totalMatches: number }

Stats for this Tournament in this instance. Intended to be constant memory usage

Type declaration

  • totalMatches: number

Generated using TypeDoc