CommonLibSSE NG
Loading...
Searching...
No Matches
TESCellAttachDetachEvent.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace 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