Skip to content

Commit

Permalink
Add 1.5.97 InterfaceStrings defs
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Dec 13, 2023
1 parent 36f3819 commit 4d2b0ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/RE/I/InterfaceStrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ namespace RE
BSFixedString creditsMenu; // 188 - "Credits Menu"
BSFixedString modManagerMenu; // 190 - "Mod Manager Menu"
BSFixedString creationClubMenu; // 198 - "Creation Club Menu"
#ifndef SKYRIM_SUPPORT_AE
BSFixedString marketplaceMenu; // 1A0 - "Marketplace Menu"
#endif
BSFixedString titleSequenceMenu; // 1A8 - "TitleSequence Menu"
BSFixedString consoleNativeUIMenu; // 1B0 - "Console Native UI Menu"
BSFixedString kinectMenu; // 1B8 - "Kinect Menu"
Expand All @@ -89,9 +91,15 @@ namespace RE
BSFixedString refreshMenu; // 248 - "RefreshMenu"
BSFixedString cancelLoading; // 250 - "CancelLoading"
BSFixedString menuTextureDegradeEvent; // 258 - "Menu Texture Degrade Event"
#ifndef SKYRIM_SUPPORT_AE
BSFixedString userSettingsLoaded; // 260 - "UserSettingsLoaded"
BSFixedString activityStarted; // 268 - "ActivityStarted"
#endif
BSFixedString diamondMarker; // 270 - "<img src='DiamondMarker' width='10' height='15' align='baseline' vspace='5'>"
};
#ifndef SKYRIM_SUPPORT_AE
static_assert(sizeof(InterfaceStrings) == 0x278);
#else
static_assert(sizeof(InterfaceStrings) == 0x260);
#endif
}

0 comments on commit 4d2b0ec

Please sign in to comment.