Skip to content

Commit

Permalink
Update CraftingSubMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-apple authored and powerof3 committed Sep 26, 2024
1 parent 3742824 commit 7ce9bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/C/CraftingSubMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace RE
virtual void Unk_03(void); // 03 - { return; }
virtual bool HasItemPreview(); // 04 - { return 1; }
virtual bool ProcessUserEvent(BSFixedString* a_control); // 05 - { return 0; }
virtual void Unk_06(void); // 06 - { return; }
virtual void UpdateItemList(); // 06 - { return; }
virtual void SetItemCardInfo(ItemCard* a_itemCard); // 07 - { return; }

void UpdateCraftingInfo(ActorValue a_actorValue)
Expand Down

0 comments on commit 7ce9bc9

Please sign in to comment.