mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
32 lines
621 B
Plaintext
32 lines
621 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 377]]
|
|
{{packet|name=Move Camera|description=Moves the camera.|opcode=3|type=Fixed|length=6|revision=377}}
|
|
== Move Camera ==
|
|
|
|
=== Description ===
|
|
Moves the camera.
|
|
|
|
See: void client#updateCamera
|
|
|
|
=== Packet Structure ===
|
|
|
|
{| border=2
|
|
! Data type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| Tile X coordinate.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| Tile Y coordinate.
|
|
|-
|
|
| [[Data Types#Standard data types|Short]]
|
|
| Height offset.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| Position offset.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| Move speed.
|
|
|-
|
|
|} |