CommonLibVR
TESCellAttachDetachEvent.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 TESObjectCELL;
8 
10  {
12  bool attached; // 08
13  private:
14  KEEP_FOR_RE()
15  };
16  static_assert(sizeof(TESCellAttachDetachEvent) == 0x10);
17 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESCellAttachDetachEvent.h:10
bool attached
Definition: TESCellAttachDetachEvent.h:12
NiPointer< TESObjectREFR > reference
Definition: TESCellAttachDetachEvent.h:11