BattleProgressMessage
A message related to general battle progress.
Attributes
- Source
- BattleProgressMessage.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Insert a message separator.
The selected choice cannot be performed.
The selected choice cannot be performed.
Value parameters
- error
-
the detailed information about what went wrong
Attributes
- Source
- BattleProgressMessage.scala
A choice request from the server.
A choice request from the server.
Value parameters
- request
-
information on available actions
Attributes
- Source
- BattleProgressMessage.scala
The server confirmed the choice response has been received.
The server confirmed the choice response has been received.
Value parameters
- choice
-
the received choice
Attributes
- Source
- BattleProgressMessage.scala
The battle resulted in a tie.
The timer has been disabled.
The timer has been disabled.
Value parameters
- message
-
the content of the disabling message
Attributes
- Source
- BattleProgressMessage.scala
A timer-related message.
A timer-related message.
Value parameters
- message
-
the message content
Attributes
- Source
- BattleProgressMessage.scala
An update on the battle timestamp.
An update on the battle timestamp.
Value parameters
- timestamp
-
the current timestamp of the battle
Attributes
- Source
- BattleProgressMessage.scala
An update on the current turn.
An update on the current turn.
Value parameters
- number
-
the current turn
Attributes
- Source
- BattleProgressMessage.scala
Keep-alive message.
The battle ended with a winner.
The battle ended with a winner.
Value parameters
- user
-
the winner of the game
Attributes
- Source
- BattleProgressMessage.scala