mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 16:35:08 -05:00
23 lines
744 B
Plaintext
23 lines
744 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Object action 3|description=Sent when a player clicks the third action available for an object.|opcode=70|type=Fixed|length=6|revision=317}}
|
|
== Object Action 3 ==
|
|
|
|
=== Description ===
|
|
|
|
This packet is sent when a player clicks the third action available for an object.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
|
| The X coordinate of the object.
|
|
|-
|
|
| [[Data Types#Standard data types|Short]]
|
|
| The Y coordinate of the object.
|
|
|-
|
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The object ID.
|
|
|} |