2014-03-07 21:24:02 -05:00
|
|
|
[[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.
|
|
|
|
|
2014-03-14 11:28:27 -04:00
|
|
|
See: void client#updateCamera
|
|
|
|
|
2014-03-07 21:24:02 -05:00
|
|
|
=== 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.
|
|
|
|
|-
|
|
|
|
|}
|