Skip to content

Commit

Permalink
AIProcess stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Jul 30, 2024
1 parent 6c5a465 commit 89d2b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/RE/A/AIProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ namespace RE
MiddleHighProcessData* middleHigh; // 008
HighProcessData* high; // 010
ActorPackage currentPackage; // 018
float unk048; // 048
std::uint32_t unk04C; // 04C
float hourLastProcessed; // 048
std::uint32_t dateLastProcessed; // 04C
CachedValues* cachedValues; // 050
std::int32_t numberItemsActivate; // 058
std::uint32_t pad05C; // 05C
Expand Down
2 changes: 1 addition & 1 deletion include/RE/M/MiddleHighProcessData.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ namespace RE
bool unk327; // 327
bool unk328; // 328
bool preventCombat; // 329
bool unk32A; // 32A
bool dyingFromBleedout; // 32A
bool isFleeing; // 32B
bool unk32C; // 32C
bool hostileGuard; // 32D
Expand Down

0 comments on commit 89d2b45

Please sign in to comment.