CommonLibSSE NG
TESFormDeleteEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class TESObjectREFR;
6 
8  {
9  public:
10  FormID formID; // 00
11  std::uint32_t pad04; // 04
12  };
13  static_assert(sizeof(TESFormDeleteEvent) == 0x08);
14 }
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: TESFormDeleteEvent.h:8
FormID formID
Definition: TESFormDeleteEvent.h:10
std::uint32_t pad04
Definition: TESFormDeleteEvent.h:11