|
CommonLibVR
|
#include <SmithingMenu.h>
Classes | |
| class | SmithingConfirmCallback |
| struct | SmithingItemEntry |
Public Member Functions | |
| ~SmithingMenu () override | |
| void | Accept (CallbackProcessor *a_cbReg) override |
| void | UpdateSmithingList () override |
| bool | ProcessUserEvent (BSFixedString *a_control) override |
Public Member Functions inherited from RE::CraftingSubMenus::CraftingSubMenu | |
| ~CraftingSubMenu () override | |
| virtual void | Unk_03 (void) |
| virtual bool | HasItemPreview () |
| virtual void | UpdateConstructibleList () |
| virtual void | SetItemCardInfo (ItemCard *a_itemCard) |
| void | UpdateCraftingInfo (ActorValue a_actorValue) |
Public Member Functions inherited from RE::FxDelegateHandler | |
| ~FxDelegateHandler () override=default | |
Public Member Functions inherited from RE::GRefCountBaseStatImpl< GRefCountImpl, STAT > | |
| GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
Public Member Functions inherited from RE::GRefCountImpl | |
| ~GRefCountImpl () override=default | |
| void | AddRef () |
| void | Release () |
Public Member Functions inherited from RE::BSTEventSink< TESFurnitureEvent > | |
| virtual | ~BSTEventSink ()=default |
| virtual BSEventNotifyControl | ProcessEvent (const TESFurnitureEvent *a_event, BSTEventSource< TESFurnitureEvent > *a_eventSource)=0 |
Public Attributes | |
| BSTArray< SmithingItemEntry > | recipes |
| BSTHashMap< UnkKey, UnkValue > | unk118 |
| NiPointer< TESObjectREFR > | furnitureRef |
| std::uint32_t | currentIndex |
| std::int32_t | selectedIndex |
| FormType | smithingType |
| std::uint32_t | unk15C |
| InventoryEntryData * | unk160 |
Public Attributes inherited from RE::CraftingSubMenus::CraftingSubMenu | |
| GFxMovieView * | view |
| TESFurniture * | furniture |
| ItemCard * | itemCard |
| GFxValue * | unk030 |
| GFxValue | craftingMenu |
| GFxValue | itemList |
| GFxValue | entryList |
| GFxValue | itemInfo |
| GFxValue | bottomBarInfo |
| GFxValue | additionalDescription |
| GFxValue | menuName |
| GFxValue | buttonText |
| bool | unk0F8 |
| std::uint8_t | pad0F9 |
| std::uint16_t | pad0FA |
| std::uint32_t | pad0FC |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_CraftingSubMenus__SmithingMenu |
| static constexpr auto | VTABLE = VTABLE_CraftingSubMenus__SmithingMenu |
Static Public Attributes inherited from RE::CraftingSubMenus::CraftingSubMenu | |
| static constexpr auto | RTTI = RTTI_CraftingSubMenus__CraftingSubMenu |
| static constexpr auto | VTABLE = VTABLE_CraftingSubMenus__CraftingSubMenu |
Static Public Attributes inherited from RE::FxDelegateHandler | |
| static constexpr auto | RTTI = RTTI_FxDelegateHandler |
| static constexpr auto | VTABLE = VTABLE_FxDelegateHandler |
Static Public Attributes inherited from RE::GRefCountImpl | |
| static constexpr auto | RTTI = RTTI_GRefCountImpl |
| static constexpr auto | VTABLE = VTABLE_GRefCountImpl |
Additional Inherited Members | |
Public Types inherited from RE::FxDelegateHandler | |
| using | CallbackFn = void(const FxDelegateArgs &a_params) |
Public Types inherited from RE::GRefCountBase< FxDelegateHandler, GStatGroups::kGStat_Default_Mem > | |
| enum | |
|
override |
|
overridevirtual |
Implements RE::FxDelegateHandler.
|
overridevirtual |
Reimplemented from RE::CraftingSubMenus::CraftingSubMenu.
|
overridevirtual |
Reimplemented from RE::CraftingSubMenus::CraftingSubMenu.
| std::uint32_t RE::CraftingSubMenus::SmithingMenu::currentIndex |
| NiPointer<TESObjectREFR> RE::CraftingSubMenus::SmithingMenu::furnitureRef |
| BSTArray<SmithingItemEntry> RE::CraftingSubMenus::SmithingMenu::recipes |
|
inlinestaticconstexpr |
| std::int32_t RE::CraftingSubMenus::SmithingMenu::selectedIndex |
| FormType RE::CraftingSubMenus::SmithingMenu::smithingType |
| BSTHashMap<UnkKey, UnkValue> RE::CraftingSubMenus::SmithingMenu::unk118 |
| std::uint32_t RE::CraftingSubMenus::SmithingMenu::unk15C |
| InventoryEntryData* RE::CraftingSubMenus::SmithingMenu::unk160 |
|
inlinestaticconstexpr |