From 7cd49c8b8946466f5e10c679aecf82a07e620e7d Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Wed, 29 May 2024 09:45:07 -0600 Subject: [PATCH] misc id updates --- .../include/RE/Bethesda/BGSSynchronizedAnimationManager.h | 4 ++-- CommonLibF4/include/RE/Bethesda/PlayerCharacter.h | 2 +- CommonLibF4/include/RE/Bethesda/SendHUDMessage.h | 2 +- CommonLibF4/include/RE/Bethesda/TESForms.h | 2 +- CommonLibF4/include/RE/Bethesda/UIMessageQueue.h | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CommonLibF4/include/RE/Bethesda/BGSSynchronizedAnimationManager.h b/CommonLibF4/include/RE/Bethesda/BGSSynchronizedAnimationManager.h index 9ead1e8e..97fa6fb6 100644 --- a/CommonLibF4/include/RE/Bethesda/BGSSynchronizedAnimationManager.h +++ b/CommonLibF4/include/RE/Bethesda/BGSSynchronizedAnimationManager.h @@ -27,14 +27,14 @@ namespace RE [[nodiscard]] static BGSSynchronizedAnimationManager* GetSingleton() { - REL::Relocation singleton{ REL::ID(1346879) }; + REL::Relocation singleton{ REL::ID(2690996) }; return *singleton; } [[nodiscard]] bool IsReferenceInSynchronizedScene(ObjectRefHandle a_ref) { using func_t = decltype(&BGSSynchronizedAnimationManager::IsReferenceInSynchronizedScene); - REL::Relocation func{ REL::ID(915329) }; + REL::Relocation func{ REL::ID(2214437) }; return func(this, a_ref); } diff --git a/CommonLibF4/include/RE/Bethesda/PlayerCharacter.h b/CommonLibF4/include/RE/Bethesda/PlayerCharacter.h index 8c3eb591..025e9c9c 100644 --- a/CommonLibF4/include/RE/Bethesda/PlayerCharacter.h +++ b/CommonLibF4/include/RE/Bethesda/PlayerCharacter.h @@ -271,7 +271,7 @@ namespace RE [[nodiscard]] static ActorHandle GetPlayerHandle() { - REL::Relocation singleton{ REL::ID(522947) }; + REL::Relocation singleton{ REL::ID(2698072) }; return *singleton; } diff --git a/CommonLibF4/include/RE/Bethesda/SendHUDMessage.h b/CommonLibF4/include/RE/Bethesda/SendHUDMessage.h index 095cadf6..33798b1f 100644 --- a/CommonLibF4/include/RE/Bethesda/SendHUDMessage.h +++ b/CommonLibF4/include/RE/Bethesda/SendHUDMessage.h @@ -28,7 +28,7 @@ namespace RE inline void ShowHUDMessage(const char* a_message, const char* a_sound, bool a_throttle, bool a_warning) { using func_t = decltype(&SendHUDMessage::ShowHUDMessage); - REL::Relocation func{ REL::ID(1163005) }; + REL::Relocation func{ REL::ID(2222440) }; return func(a_message, a_sound, a_throttle, a_warning); } } diff --git a/CommonLibF4/include/RE/Bethesda/TESForms.h b/CommonLibF4/include/RE/Bethesda/TESForms.h index e63d7f66..b09a1549 100644 --- a/CommonLibF4/include/RE/Bethesda/TESForms.h +++ b/CommonLibF4/include/RE/Bethesda/TESForms.h @@ -1499,7 +1499,7 @@ namespace RE [[nodiscard]] bool GetCantWaitHere() { using func_t = decltype(&TESObjectCELL::GetCantWaitHere); - REL::Relocation func{ REL::ID(376940) }; + REL::Relocation func{ REL::ID(2200287) }; return func(this); } diff --git a/CommonLibF4/include/RE/Bethesda/UIMessageQueue.h b/CommonLibF4/include/RE/Bethesda/UIMessageQueue.h index 6266c751..cb637ee2 100644 --- a/CommonLibF4/include/RE/Bethesda/UIMessageQueue.h +++ b/CommonLibF4/include/RE/Bethesda/UIMessageQueue.h @@ -14,14 +14,14 @@ namespace RE public: [[nodiscard]] static UIMessageQueue* GetSingleton() { - REL::Relocation singleton{ REL::ID(82123) }; + REL::Relocation singleton{ REL::ID(2689091) }; return *singleton; } void AddMessage(const BSFixedString& a_menu, UI_MESSAGE_TYPE a_type) { using func_t = decltype(&UIMessageQueue::AddMessage); - REL::Relocation func{ REL::ID(1182019) }; + REL::Relocation func{ REL::ID(2284929) }; return func(this, a_menu, a_type); }