mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-13 04:45:04 -05:00
30 lines
590 B
Plaintext
30 lines
590 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.
|
||
|
|
||
|
=== 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.
|
||
|
|-
|
||
|
|}
|