From ec768007c7c2048e5b8481814aa5a84069ba1e5e Mon Sep 17 00:00:00 2001 From: Drew Warwick Date: Fri, 12 Jan 2024 04:22:17 -0800 Subject: [PATCH] Add VR offset --- include/RE/Offsets_VR.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/RE/Offsets_VR.h b/include/RE/Offsets_VR.h index cd83e9c4f..e45732257 100644 --- a/include/RE/Offsets_VR.h +++ b/include/RE/Offsets_VR.h @@ -330,6 +330,7 @@ namespace RE inline constexpr REL::Offset Play(static_cast(0xC283E0)); inline constexpr REL::Offset SetObjectToFollow(static_cast(0xC289C0)); inline constexpr REL::Offset SetPosition(static_cast(0xC287D0)); + inline constexpr REL::Offset Pause(static_cast(0xC28470)); inline constexpr REL::Offset Stop(static_cast(0xC284B0)); }