20 constexpr
static std::string_view
MENU_NAME =
"Loading Menu";
24 #define RUNTIME_DATA_CONTENT \
26 BGSLocation* currentLocation; \
29 std::uint16_t pad52; \
30 std::uint32_t pad54; \
31 BSTArray<TESLoadScreen*> loadScreens; \
32 std::uint32_t unk70; \
33 std::uint32_t pad74; \
38 static_assert(
sizeof(RUNTIME_DATA) == 0x50);
48 return REL::RelocateMember<RUNTIME_DATA>(
this, 0x30, 0x40);
53 return REL::RelocateMember<RUNTIME_DATA>(
this, 0x30, 0x40);
57 #ifndef SKYRIM_CROSS_VR
61 #ifndef ENABLE_SKYRIM_VR
62 static_assert(
sizeof(LoadingMenu) == 0x80);
63 #elif !defined(ENABLE_SKYRIM_AE) && !defined(ENABLE_SKYRIM_SE)
64 static_assert(
sizeof(LoadingMenu) == 0x90);
67 #undef RUNTIME_DATA_CONTENT
Definition: FxDelegateHandler.h:19
Definition: UIMessage.h:28
Definition: AbsorbEffect.h:6
UI_MESSAGE_RESULTS
Definition: IMenu.h:48
constexpr REL::VariantID RTTI_LoadingMenu(688862, 396714, 0x1f46ef8)
constexpr std::array< REL::VariantID, 1 > VTABLE_LoadingMenu
Definition: Offsets_VTABLE.h:4058