Skip to content

Commit

Permalink
ActorValueChangedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Aug 13, 2023
1 parent 1a5995a commit c7ffed1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CommonLibF4/include/RE/Bethesda/TESObjectREFRs.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ namespace RE

namespace ActorValueEvents
{
struct ActorValueChangedEvent;
struct ActorValueChangedEvent
{
public:
// members
const ActorValueInfo& actorValue; // 00
TESObjectREFR* owner; // 08
};
static_assert(sizeof(ActorValueChangedEvent) == 0x10);
}

namespace BGSInventoryListEvent
Expand Down

0 comments on commit c7ffed1

Please sign in to comment.