Tweak the documentation for events
This commit is contained in:
parent
a8311a6834
commit
4476f3e18c
2 changed files with 29 additions and 41 deletions
20
docs/raw_events_list.md
Normal file
20
docs/raw_events_list.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Lobby management
|
||||
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`
|
||||
|
||||
|
||||
# Informational
|
||||
server info: `server.info`
|
||||
|
||||
|
||||
# In-Game
|
||||
alerting the players who's turn it is: `game.turn`
|
||||
distributing card piles: `game.mining.piles`
|
||||
picking a card pile: `game.mining.choose`
|
||||
Loading…
Add table
Add a link
Reference in a new issue