We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7b37 commit 63bbc77Copy full SHA for 63bbc77
code/f4/types.h
@@ -562,7 +562,7 @@ struct Vector3 {
562
float x; // 0x0
563
float y; // 0x4
564
float z; // 0x8
565
-};
+}; // 13 bytes (0xC)
566
567
struct TESObjectReference {
568
TESForm tesForm;
@@ -630,8 +630,11 @@ struct TESPlayer {
630
uint64 unk8F8;
631
Vector3 newPosition; // 0x900
632
Vector3 newRotation; // 0x90C
633
- uint32 unk910;
634
- uint32 unk914;
+
+ //TODO(adm244): double check that...
635
+ //uint32 unk910;
636
+ //uint32 unk914;
637
638
uint64 unk918;
639
uint64 unk920;
640
uint64 unk928;
0 commit comments