rswiki-book/src/317/317-Ground-Item-Action.md

10 lines
483 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Ground Item Action
This packet is sent when a player clicks the first option on a ground item.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) | The items X coordinate. |
| Additional [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) | The items Y coordinate. |
| Additional [Short](/Data-Types.html#common-data-types) | The item ID. |