CommonLibSSE NG
TESCellAttachDetachEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 #include "RE/T/TESObjectREFR.h"
5 
6 namespace RE
7 {
8  class TESObjectCELL;
9 
11  {
13  bool attached; // 08 - 01 - attached, 00 - detached
14  };
15 
16  static_assert(sizeof(TESCellAttachDetachEvent) == 0x10);
17 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESCellAttachDetachEvent.h:11
bool attached
Definition: TESCellAttachDetachEvent.h:13
NiPointer< TESObjectREFR > reference
Definition: TESCellAttachDetachEvent.h:12