CommonLibSSE NG
Loading...
Searching...
No Matches
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
10
struct
TESCellAttachDetachEvent
11
{
12
NiPointer<TESObjectREFR>
reference
;
// 00
13
bool
attached
;
// 08 - 01 - attached, 00 - detached
14
};
15
16
static_assert
(
sizeof
(
TESCellAttachDetachEvent
) == 0x10);
17
}
NiSmartPointer.h
TESObjectREFR.h
RE::NiPointer
Definition
NiSmartPointer.h:9
RE
Definition
AbsorbEffect.h:6
RE::TESCellAttachDetachEvent
Definition
TESCellAttachDetachEvent.h:11
RE::TESCellAttachDetachEvent::attached
bool attached
Definition
TESCellAttachDetachEvent.h:13
RE::TESCellAttachDetachEvent::reference
NiPointer< TESObjectREFR > reference
Definition
TESCellAttachDetachEvent.h:12
CommonLibSSE-NG
include
RE
T
TESCellAttachDetachEvent.h
Generated by
1.9.7