CommonLibVR
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 inline static constexpr auto VTABLE = VTABLE_ICellAttachDetachEventSource;
17
19 private:
21 };
22 static_assert(sizeof(ICellAttachDetachEventSource) == 0x60);
23}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition BSTEvent.h:19
Definition ICellAttachDetachEventSource.h:13
static constexpr auto VTABLE
Definition ICellAttachDetachEventSource.h:16
static constexpr auto RTTI
Definition ICellAttachDetachEventSource.h:15
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_ICellAttachDetachEventSource(static_cast< std::uint64_t >(684832))
constexpr std::array< REL::ID, 1 > VTABLE_ICellAttachDetachEventSource
Definition Offsets_VTABLE.h:11788
Definition BSTSingleton.h:11