CommonLibVR
Loading...
Searching...
No Matches
TESCellAttachDetachEvent.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class TESObjectCELL;
8
10 {
12 bool attached; // 08
13 private:
15 };
16 static_assert(sizeof(TESCellAttachDetachEvent) == 0x10);
17}
#define KEEP_FOR_RE()
Definition PCH.h:517
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