Difference between revisions of "317:Camera movement"

From RuneWiki
Jump to navigationJump to search
(New page: {{packet|name=Camera movement|description=Sent when the player moves the camera.|opcode=86|type=Fixed|length=4|revision=317}} == Camera Movement == === Description === This packet is sen...)
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
! Description
 
! Description
 
|-
 
|-
| Short
+
| [[Data_Types#Standard_data_types|Short]]
 
| The Y coordinate of the camera.
 
| The Y coordinate of the camera.
 
|-
 
|-
| ShortA
+
| [[Data_Types#Standard_data_types|Short]] [[Data_Types#Non_Standard_Data_Types|Special A]]
 
| The X coordinate of the camera.
 
| The X coordinate of the camera.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 19:00, 11 October 2009

Camera movement
Sent when the player moves the camera.
Opcode 86
Type Fixed
Length 4

Camera Movement

Description

This packet is sent when a player moves their game camera.

Packet Structure

Data Type Description
Short The Y coordinate of the camera.
Short Special A The X coordinate of the camera.