Move event and type docs into their own files.
This commit is contained in:
parent
ce7e35cd53
commit
2ca4eef0a6
19 changed files with 213 additions and 261 deletions
12
server/docs/events/UpdatePlayer.md
Normal file
12
server/docs/events/UpdatePlayer.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# `UpdatePlayer`:
|
||||
|
||||
## Description:
|
||||
This event is sent from the server and is a result of a player joining/changing team, this event is also fired when a new player joins the game.
|
||||
|
||||
## Request Payload:
|
||||
The client cannot send this event and only receives it.
|
||||
|
||||
## Response Payload:
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| player | Player | The player's new data.
|
||||
Loading…
Add table
Add a link
Reference in a new issue