rswiki-book/src/317/317-Button-click.md

18 lines
428 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Button click
This is sent when a player clicks a button in-game, with the id of the button being clicked.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Button click |
| Description | Sent when a player clicks an in-game button. |
| Opcode | 185 |
| Type | Fixed |
| Length | 2 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) | The button id. |