@@ -343,6 +343,11 @@ namespace RE::ID
343343 inline constexpr REL::ID ctor{ 2214021 };
344344 }
345345
346+ namespace BGSPrimitive
347+ {
348+ inline constexpr REL::ID CreateAbstract{ 2194290 };
349+ }
350+
346351 namespace BGSProjectile
347352 {
348353 inline constexpr REL::ID CollidesWithSmallTransparentLayer{ 2197620 };
@@ -713,6 +718,11 @@ namespace RE::ID
713718 inline constexpr REL::ID CreateObject{ 2316324 };
714719 }
715720
721+ namespace BSShaderUtil
722+ {
723+ inline constexpr REL::ID SetMaterialAlpha{ 2317566 };
724+ }
725+
716726 namespace BSSoundHandle
717727 {
718728 inline constexpr REL::ID FadeInPlay{ 2267075 };
@@ -866,6 +876,7 @@ namespace RE::ID
866876 inline constexpr REL::ID GetPickRef{ 2701395 };
867877 inline constexpr REL::ID GetPickRefs{ 2701391 };
868878 inline constexpr REL::ID SetCurrentPickREFR{ 2248551 };
879+ inline constexpr REL::ID DisplayRef{ 2248550 };
869880 }
870881
871882 namespace ConsoleLog
@@ -1223,6 +1234,7 @@ namespace RE::ID
12231234 namespace LockpickingMenu
12241235 {
12251236 inline constexpr REL::ID OpenLockpickingMenu{ 2249263 };
1237+ inline constexpr REL::ID SendLockInfoToMenu{ 2249267 };
12261238 }
12271239
12281240 namespace LocksPicked
@@ -1246,6 +1258,11 @@ namespace RE::ID
12461258 inline constexpr REL::ID SetCameraFOV{ 2228973 };
12471259 }
12481260
1261+ namespace MapMarkerData
1262+ {
1263+ inline constexpr REL::ID GetLocationName{ 2191791 };
1264+ }
1265+
12491266 namespace MemoryManager
12501267 {
12511268 namespace AutoScrapBuffer
@@ -1638,6 +1655,12 @@ namespace RE::ID
16381655 inline constexpr REL::ID ShowBuildFailureMessage{ 2224322 };
16391656 }
16401657
1658+ namespace PowerUtils
1659+ {
1660+ inline constexpr REL::ID ItemIsPowerConnection{ 2195078 };
1661+ inline constexpr REL::ID ItemIsPowerReceiver{ 2195060 };
1662+ }
1663+
16411664 namespace ProcessLists
16421665 {
16431666 inline constexpr REL::ID Singleton{ 4796160 };
@@ -1648,9 +1671,12 @@ namespace RE::ID
16481671
16491672 namespace REFR_LOCK
16501673 {
1674+ inline constexpr REL::ID GetLevel{ 2191019 };
16511675 inline constexpr REL::ID GetLockLevel{ 2191018 };
16521676 inline constexpr REL::ID SetLocked{ 2191020 };
16531677 inline constexpr REL::ID IsBroken{ 2191021 };
1678+ inline constexpr REL::ID NumericValueToEnum{ 2191023 };
1679+ inline constexpr REL::ID IsInaccessible{ 2191022 };
16541680 }
16551681
16561682 namespace SavefileMetadata
@@ -1664,6 +1690,12 @@ namespace RE::ID
16641690 inline constexpr REL::ID Deallocate{ 2267984 };
16651691 }
16661692
1693+ namespace ScreenSplatter
1694+ {
1695+ inline constexpr REL::ID Clear{ 2194783 };
1696+ inline constexpr REL::ID Update{ 2194781 };
1697+ }
1698+
16671699 namespace SCRIPT_FUNCTION
16681700 {
16691701 inline constexpr REL::ID ConsoleFunctions{ 901511 };
@@ -1968,6 +2000,17 @@ namespace RE::ID
19682000 inline constexpr REL::ID DefaultWater{ 4799138 };
19692001 }
19702002
2003+ namespace TESObjectCONT
2004+ {
2005+ inline constexpr REL::ID GetActivateText{ 2198653 };
2006+ }
2007+
2008+ namespace TESObjectDOOR
2009+ {
2010+ inline constexpr REL::ID GetActivateText{ 2198690 };
2011+ inline constexpr REL::ID CalculateDoFavor{ 2198692 };
2012+ }
2013+
19712014 namespace TESObjectLoadedEvent
19722015 {
19732016 inline constexpr REL::ID GetEventSource{ 2201853 };
@@ -2015,6 +2058,7 @@ namespace RE::ID
20152058 inline constexpr REL::ID UpdateDynamicNavmesh{ 2201206 };
20162059 inline constexpr REL::ID GetMapMarkerData{ 2202644 };
20172060 inline constexpr REL::ID GetRelevantWaterHeight{ 2201189 };
2061+ inline constexpr REL::ID CanBeMoved{ 2200898 };
20182062 }
20192063
20202064 namespace TESObjectWEAP
0 commit comments