CommonLibSSE (Parapets fork)
TESObjectLoadedEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  // members
9  FormID formID; // 0
10  bool loaded; // 4
11  std::uint8_t pad5; // 5
12  std::uint16_t pad6; // 6
13  };
14  static_assert(sizeof(TESObjectLoadedEvent) == 0x8);
15 }
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: TESObjectLoadedEvent.h:6
std::uint8_t pad5
Definition: TESObjectLoadedEvent.h:11
bool loaded
Definition: TESObjectLoadedEvent.h:10
std::uint16_t pad6
Definition: TESObjectLoadedEvent.h:12
FormID formID
Definition: TESObjectLoadedEvent.h:9