Difference between revisions of "317:Object action 3"

From RuneWiki
Jump to navigationJump to search
(New page: {{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 == === Descri...)
 
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| LEShort
+
| Little Endian Short
 
| The X coordinate of the object.
 
| The X coordinate of the object.
 
|-
 
|-
Line 17: Line 17:
 
| The Y coordinate of the object.
 
| The Y coordinate of the object.
 
|-
 
|-
| ShortBEA
+
| Short Big Endian Special A
 
| The object ID.
 
| The object ID.
 
|}
 
|}

Revision as of 05:03, 10 October 2009

Object action 3
Sent when a player clicks the third action available for an object.
Opcode 70
Type Fixed
Length 6

Object Action 3

Description

This packet is sent when a player clicks the third action available for an object.

Packet Structure

Data Type Description
Little Endian Short The X coordinate of the object.
Short The Y coordinate of the object.
Short Big Endian Special A The object ID.