CommonLibSSE NG
TESMoveAttachDetachEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 
5 namespace RE
6 {
7  class TESObjectREFR;
8 
10  {
11  public:
12  // members
14  bool isCellAttached; // 08
15  std::uint8_t pad09; // 09
16  std::uint16_t pad0A; // 0A
17  std::uint32_t pad0C; // 0C
18  };
19  static_assert(sizeof(TESMoveAttachDetachEvent) == 0x10);
20 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESMoveAttachDetachEvent.h:10
std::uint8_t pad09
Definition: TESMoveAttachDetachEvent.h:15
std::uint16_t pad0A
Definition: TESMoveAttachDetachEvent.h:16
std::uint32_t pad0C
Definition: TESMoveAttachDetachEvent.h:17
bool isCellAttached
Definition: TESMoveAttachDetachEvent.h:14
NiPointer< TESObjectREFR > movedRef
Definition: TESMoveAttachDetachEvent.h:13