CommonLibSSE NG
Loading...
Searching...
No Matches
ICellAttachDetachEventSource.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTEvent.h"
4#include "RE/B/BSTSingleton.h"
5
6namespace RE
7{
8 struct CellAttachDetachEvent;
9
11 public BSTSingletonExplicit<ICellAttachDetachEventSource>, // 08
12 public BSTEventSource<CellAttachDetachEvent> // 08
13 {
14 public:
15 inline static constexpr auto RTTI = RTTI_ICellAttachDetachEventSource;
16
18 };
19 static_assert(sizeof(ICellAttachDetachEventSource) == 0x60);
20}
Definition BSTEvent.h:19
Definition ICellAttachDetachEventSource.h:13
static constexpr auto RTTI
Definition ICellAttachDetachEventSource.h:15
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ICellAttachDetachEventSource(684832, 392523, 0x1eda730)
Definition BSTSingleton.h:11