CommonLibSSE (powerof3)
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  };
14  static_assert(sizeof(TESCellAttachDetachEvent) == 0x10);
15 }
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