Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent 8214db5 commit b612f39
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions include/RE/E/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,6 @@ namespace RE
}
};


struct InventoryMenu_HideModel
{
[[nodiscard]] static BSTEventSource<InventoryMenu_HideModel>* GetEventSource()
Expand Down Expand Up @@ -2269,10 +2268,10 @@ namespace RE
}

// members
std::uint64_t unk00; // 00 - Guard ActorHandle?
TESFaction* faction; // 08
BGSLocation* location; // 10 - nullptr if no location
std::uint32_t value; // 18
std::uint64_t unk00; // 00 - Guard ActorHandle?
TESFaction* faction; // 08
BGSLocation* location; // 10 - nullptr if no location
std::uint32_t value; // 18
};
static_assert(sizeof(PlayerJailEvent) == 0x20);

Expand Down Expand Up @@ -3808,7 +3807,7 @@ namespace RE
bool usesHitData; // 110
};
static_assert(sizeof(TESHitEvent) == 0x120);

struct TESLoadGameEvent
{
[[nodiscard]] static BSTEventSource<TESLoadGameEvent>* GetEventSource()
Expand Down

0 comments on commit b612f39

Please sign in to comment.