Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TTSetRules_BestOf

A set is won when a players is the best of certain amount of games.

Hierarchy

  • TTSetRules_BestOf

Index

Properties

Properties

bestOf

bestOf: number

The total amount of games that can be played. Often 5 or 7.

For example:

  • if the value is 5 then the player needs to win 3 out of 5 games.
  • if the value is 7 then the player needs to win 4 out of 7 games.

gameRules

gameRules: TTGameRules

The rules for winning a game.

Generated using TypeDoc