22 constexpr static std::string_view
MENU_NAME =
"InventoryMenu";
26#define RUNTIME_DATA_CONTENT \
30 BottomBar* bottomBar; \
31 BSTArray<void*> unk60; \
34 std::uint16_t pad7A; \
35 std::uint32_t unk7C; \
36 bool pcControlsReady; \
38 std::uint16_t pad82; \
43 static_assert(
sizeof(RUNTIME_DATA) == 0x58);
54 return REL::RelocateMember<RUNTIME_DATA>(
this, 0x30, 0x40);
59 return REL::RelocateMember<RUNTIME_DATA>(
this, 0x30, 0x40);
63#ifndef SKYRIM_CROSS_VR
67#ifndef ENABLE_SKYRIM_VR
68 static_assert(
sizeof(InventoryMenu) == 0x88);
69#elif !defined(ENABLE_SKYRIM_AE) && !defined(ENABLE_SKYRIM_SE)
70 static_assert(
sizeof(InventoryMenu) == 0x98);
73#undef RUNTIME_DATA_CONTENT
#define RUNTIME_DATA_CONTENT
Definition Actor.h:633
Definition FxDelegateHandler.h:19
Definition UIMessage.h:28
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_InventoryMenu(688858, 396710, 0x1f46e18)
UI_MESSAGE_RESULTS
Definition IMenu.h:48