Skip to content

Commit

Permalink
Add VR offset
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Drew committed Jan 12, 2024
1 parent b3630cb commit ec76800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/RE/Offsets_VR.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ namespace RE
inline constexpr REL::Offset Play(static_cast<std::uint64_t>(0xC283E0));
inline constexpr REL::Offset SetObjectToFollow(static_cast<std::uint64_t>(0xC289C0));
inline constexpr REL::Offset SetPosition(static_cast<std::uint64_t>(0xC287D0));
inline constexpr REL::Offset Pause(static_cast<std::uint64_t>(0xC28470));
inline constexpr REL::Offset Stop(static_cast<std::uint64_t>(0xC284B0));
}

Expand Down

0 comments on commit ec76800

Please sign in to comment.