Skip to content

Commit

Permalink
Update TESForm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LarannKiar authored Aug 14, 2024
1 parent 421116d commit 05bb4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/T/TESForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ namespace RE
// members
std::uint64_t unk18; // 18
std::uint32_t formFlags; // 20
std::uint32_t unk24; // 24
std::uint32_t nativeHandle; // 24
std::uint32_t formID; // 28
std::uint8_t formFlags2; // 2C
std::uint8_t formChangeFlags; // 2C
std::uint8_t unk2D; // 2D
stl::enumeration<FormType, std::uint8_t> formType; // 2E
std::uint8_t loadOrderIndex; // 2F - init'd to 0xFF
Expand Down

0 comments on commit 05bb4f6

Please sign in to comment.