Add docs for the SelectObject event.
This commit is contained in:
parent
988aa33589
commit
e32fa47836
1 changed files with 10 additions and 1 deletions
|
|
@ -143,11 +143,20 @@ This event is sent from the client to the server when it has the PastQuestions c
|
||||||
<br><br>
|
<br><br>
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# `SelectObject`:
|
||||||
|
|
||||||
## Response Payload: (``)
|
## Description:
|
||||||
|
The event sent by the clients when they are selecting an object from the card.
|
||||||
|
|
||||||
|
## Request Payload:
|
||||||
| Property | Type | Description
|
| Property | Type | Description
|
||||||
| -------- | ---- | -----------
|
| -------- | ---- | -----------
|
||||||
|
| object | String | The name of the object that the spirits are selecting.
|
||||||
|
|
||||||
|
## Response Payload: (`ChosenObject`)
|
||||||
|
| Property | Type | Description
|
||||||
|
| -------- | ---- | -----------
|
||||||
|
| object | String | The object that has been selected.
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue