BattleRoomCommand
A command bound to a battle room.
Attributes
- Source
- BattleRoomCommand.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Select a choice.
Forfeit the current battle.
Set the visibility of the room.
Set the visibility of the room.
Value parameters
- isOn
-
true
for hidden,false
otherwise.
Attributes
- Source
- BattleRoomCommand.scala
Invite the given user to the given room.
Invite the given user to the given room.
Value parameters
- room
-
the room to invite to, or the current room of the current user if absent
- user
-
the user to invite or all PMed player if absent
Attributes
- Source
- BattleRoomCommand.scala
Make the room invite-only.
Make the room invite-only.
Value parameters
- isOn
-
true
make the room invite-only,false
otherwise.
Attributes
- Source
- BattleRoomCommand.scala
Make the next battle invite-only.
Make the next battle invite-only.
Value parameters
- isOn
-
true
make the next battle invite-only,false
otherwise.
Attributes
- Source
- BattleRoomCommand.scala
Make the room public.
Make the room public.
Attributes
- See also
-
BattleRoomCommand.SecretRoom
- Source
- BattleRoomCommand.scala
Save the replay of the match.
Make the room secret.
Make the room secret.
Attributes
- See also
-
BattleRoomCommand.PublicRoom
- Source
- BattleRoomCommand.scala
Enable the timer
Enable the timer
Value parameters
- isOn
-
true
to enable the timer,false
to disable.
Attributes
- Source
- BattleRoomCommand.scala