Skip to content

Commit

Permalink
update VATS
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Oct 30, 2024
1 parent 8835a7a commit e63d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/V/VATS.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace RE
// members
std::uint32_t pad00; // 00
BSTArray<BSTSmartPointer<VATSCommand>> commandList; // 08
VATS_MODE VATSMode; // 20
VATS_MODE mode; // 20
std::uint32_t pad24; // 24
std::uint64_t unk28; // 28
BGSCameraShot* cameraShot; // 30
Expand All @@ -87,7 +87,7 @@ namespace RE
std::int32_t unkA0; // A0
std::uint32_t padA4; // A4
NiPointer<Actor> attacker; // A8
NiPointer<Actor> unkB0; // B0 - stranger?
NiPointer<Actor> stranger; // B0
mutable BSSpinLock lock; // B8
};
static_assert(sizeof(VATS) == 0xC0);
Expand Down

0 comments on commit e63d67c

Please sign in to comment.