mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Button click|description=Sent when a player clicks an in-game button.|opcode=185|type=Fixed|length=2|revision=317}}
|
||
|
== Button click ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This is sent when a player clicks a button in-game, with the id of the button being clicked.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Short]]
|
||
|
| The button id.
|
||
|
|-
|
||
|
|}
|