Difference between revisions of "Game Opcodes:Reset Head"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "Resets the actor's head to the origin position. :; Opcode - 0x0DE :; Source - Server :; Data Size - 0x4 bytes :; Requirements - None == Data == {| class="wikitable sortable...")
 
(Visual Layout)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
! style="text-align: center; font-size: 14px;" | Description
 
! style="text-align: center; font-size: 14px;" | Description
 
|-
 
|-
| 0x00 || float || 4 Bytes || yaw || The horizontal orientation of the head.
+
! colspan="6" width="60px" style="text-align: center; font-size: 14px;" | No Data
|-
 
| 0x04 || float || 4 Bytes || pitch || The vertical orientation of the head.
 
|-
 
| 0x08 || float|| 4 Bytes || speed || The speed at which to play the animation.
 
 
|}
 
|}
 
== Visual Layout ==
 
 
{| class="wikitable" style="border:1px solid black; text-align:center;"
 
| colspan=17 | Packet Data layout
 
|-
 
|
 
! 0x0 !! 0x1 !! 0x2 !! 0x3 !! 0x4 !! 0x5 !! 0x6 !! 0x7 !! 0x8 !! 0x9 !! 0xA !! 0xB !! 0xC !! 0xD !! 0xE !! 0xF
 
|-
 
! 0x00
 
| colspan="4" style="background:#8FA6E8" | '''yaw'''
 
| colspan="4" style="background:#8FA6E8" | '''pitch'''
 
| colspan="4" style="background:#8FA6E8" | '''speed'''
 
| 00 || 00 || 00 || 00
 
|}
 
 
[[Category:Unfinished]]
 

Latest revision as of 09:14, 31 July 2018

Resets the actor's head to the origin position.

Opcode - 0x0DE
Source - Server
Data Size - 0x4 bytes
Requirements - None

Data

Offset Data Type Length Variable Description
No Data