Skip to content

Commit

Permalink
fix: scaleform ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Sep 17, 2024
1 parent a90d21f commit 5f99bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/IDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ namespace RE::ID
inline constexpr REL::ID ObjectRelease{ 57289 };
inline constexpr REL::ID HasMember{ 57290 };
inline constexpr REL::ID GetMember{ 57291 };
inline constexpr REL::ID SetMember{ 57292 };
inline constexpr REL::ID Invoke{ 57293 };
inline constexpr REL::ID SetMember{ 1867815 };
inline constexpr REL::ID Invoke{ 1867816 };
inline constexpr REL::ID VisitMembers{ 57296 };
inline constexpr REL::ID GetArraySize{ 57297 };
inline constexpr REL::ID SetArraySize{ 57298 };
Expand Down

0 comments on commit 5f99bbf

Please sign in to comment.