Skip to content

Commit

Permalink
Update ConstructibleObjectMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-apple authored Oct 27, 2024
1 parent 3aace0c commit 13416f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/RE/C/ConstructibleObjectMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace RE
void Run(Message a_msg) override; // 01

// members
ConstructibleObjectMenu* menu; // 10
ConstructibleObjectMenu* subMenu; // 10
};
static_assert(sizeof(CreationConfirmCallback) == 0x18);

Expand Down Expand Up @@ -80,9 +80,9 @@ namespace RE
void SetItemCardInfo(ItemCard* a_itemCard) override; // 07

// members
BSTArray<ItemEntry> crafts; // 100
BSTArray<ItemEntry> recipes; // 100
BSTHashMap<FormID, FilterFlags> materialFilterFlags; // 118 - kwd's formid -> FilterFlags
std::uint32_t currentCobjIdx; // 148
std::uint32_t currentIndex; // 148
std::uint32_t pad14C; // 14C
std::uint64_t unk150; // 150
std::uint64_t unk158; // 158
Expand Down

0 comments on commit 13416f9

Please sign in to comment.