diff --git a/include/RE/E/Events.h b/include/RE/E/Events.h index 725e9d0f..887c3c6f 100644 --- a/include/RE/E/Events.h +++ b/include/RE/E/Events.h @@ -233,6 +233,20 @@ namespace RE } }; + struct BGSAppPausedEvent + { + [[nodiscard]] static BSTEventSource* GetEventSource() + { + using func_t = decltype(&BGSAppPausedEvent::GetEventSource); + static REL::Relocation func{ REL::ID(167011) }; + return func(); + } + + // members + bool paused; // 00 + }; + static_assert(sizeof(BGSAppPausedEvent) == 0x1); + struct BGSCellGridLoadEvent { [[nodiscard]] static BSTEventSource* GetEventSource()