A message bound to a tournament
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
An update on the auto-disqualification policy.
An update on the auto-disqualification policy.
Value parameters
- state
-
the new policy on auto-disqualification
Attributes
An update on the auto-starting policy.
An update on the auto-starting policy.
Value parameters
- state
-
the new policy on auto-starting
Attributes
A tournament battle ended
A tournament battle ended
Value parameters
- firstUser
-
the first battle participant
- recorded
-
fail if the result is a draw and the tournament does not support it, success otherwise
- result
-
the result of the battle from
firstUser
perspective - room
-
the id of the battle room
- score
-
the current score of both players
- secondUser
-
the second battle participant
Attributes
A tournament battle started.
A tournament battle started.
Value parameters
- firstUser
-
the first battle participant
- room
-
the id of the battle room
- secondUser
-
the second battle participant
Attributes
A new tournament has been created.
A new tournament has been created.
Value parameters
- format
-
the format of the battles of this tournament
- generator
-
the generator of the tournament. Either elimination tree or round robin
Attributes
A user got disqualified.
A user got disqualified.
Value parameters
- user
-
the disqualified participant
Attributes
The tournament ended gracefully.
The tournament ended gracefully.
Value parameters
- data
-
details about the tournament ending
Attributes
A tournament-bound error occurred.
A tournament-bound error occurred.
Attributes
The tournament was forcibly ended.
The tournament was forcibly ended.
Attributes
A user joined the tournament.
A user joined the tournament.
Attributes
A user left the tournament.
A user left the tournament.
Attributes
A user was replaced by another.
A user was replaced by another.
Value parameters
- current
-
the substitute user
- old
-
the previous user
Attributes
Users are now either allowed or disallowed to join other tournament battles (aka scout).
Users are now either allowed or disallowed to join other tournament battles (aka scout).
Value parameters
- setting
-
the new rule about scouting
Attributes
The tournament started.
The tournament started.
Value parameters
- numPlayers
-
the number of participants
Attributes
An update on the current tournament.
An update on the current tournament.
Value parameters
- data
-
the updated data of the tournament
Attributes
End of the tournament update.
End of the tournament update.