CommonLibSSE (Parapets fork)
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 BSTSingletonExplicit<ICellAttachDetachEventSource>, // 08
12 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:28
Definition: ICellAttachDetachEventSource.h:13
static constexpr auto RTTI
Definition: ICellAttachDetachEventSource.h:15
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ICellAttachDetachEventSource
Definition: Offsets_RTTI.h:4935
Definition: BSTSingleton.h:11