Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored and github-actions[bot] committed Mar 4, 2024
1 parent 711d873 commit cfb6ca7
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 @@ -137,8 +137,8 @@ namespace RE

struct EquippedObject
{
TESForm* object; // 00
BGSEquipSlot* slot; // 08
TESForm* object; // 00
BGSEquipSlot* slot; // 08
};
static_assert(sizeof(EquippedObject) == 0x10);

Expand Down
2 changes: 1 addition & 1 deletion include/RE/A/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ namespace RE
const TESShout* GetCurrentShout() const;
InventoryEntryData* GetEquippedEntryData(bool a_leftHand) const;
TESForm* GetEquippedObject(bool a_leftHand) const;
TESForm* GetEquippedObjectInSlot(const BGSEquipSlot* slot) const;
TESForm* GetEquippedObjectInSlot(const BGSEquipSlot* slot) const;
float GetEquippedWeight();
std::int32_t GetFactionRank(TESFaction* a_faction, bool a_isPlayer);
std::int32_t GetGoldAmount(bool a_noInit = false);
Expand Down

0 comments on commit cfb6ca7

Please sign in to comment.