Tweak raw event list
This commit is contained in:
parent
d747f2c005
commit
0e453e5bee
1 changed files with 9 additions and 3 deletions
|
|
@ -1,13 +1,12 @@
|
|||
# Lobby management
|
||||
Lobby info: `lobby.info`
|
||||
Create lobby: `lobby.create`
|
||||
Delete lobby: `lobby.delete`
|
||||
Join lobby: `lobby.players.join`
|
||||
leave lobby: `lobby.players.leave`
|
||||
kick player from lobby: `lobby.players.leave`
|
||||
change lobby option(s): `lobby.options`
|
||||
|
||||
player joined lobby: `lobby.players.update`
|
||||
update ship design: `lobby.players.update`
|
||||
update player data (including ship design): `lobby.players.update`
|
||||
|
||||
|
||||
# Informational
|
||||
|
|
@ -18,3 +17,10 @@ server info: `server.info`
|
|||
alerting the players who's turn it is: `game.turn`
|
||||
distributing card piles: `game.mining.piles`
|
||||
picking a card pile: `game.mining.choose`
|
||||
|
||||
asking if player wants to e-stop & response: `game.movement.use-estop`
|
||||
|
||||
telling clients to move a ship: `game.movement.ship`
|
||||
|
||||
round end: `game.round.next`
|
||||
game finished: `game.finished` (includes what player(s) won)
|
||||
Loading…
Add table
Add a link
Reference in a new issue