mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{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 sent when a player moves their game camera.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Short]]
|
|
| The Y coordinate of the camera.
|
|
|-
|
|
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The X coordinate of the camera.
|
|
|-
|
|
|} |