Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

agentsPerMatch

agentsPerMatch: Array<number>

array of possible number of agents/players that can be put in single match, e.g. [2, 4] means 2 or 4 agents can compete together

default

[2]

Optional allowDisabled

allowDisabled: boolean

If false, will not schedule matches with players that are disabled (manually by an admin or due to compile errors etc.)

default

false

matchCount

matchCount: number

range

range: number

Optional scheduleEvenly

scheduleEvenly: boolean

If true, scheduler will ensure every player will compete in the same number of matches as other players by iterating each player and queueing a match with that player in it

Otherwise the scheduler will randomly queue one appropriate match for a random player

default

true

Optional seed

seed: any

Generated using TypeDoc