CommonLibSSE NG
Loading...
Searching...
No Matches
DetectionListener.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/N/NiRefObject.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_DetectionListener;
11
12 ~DetectionListener() override; // 00
13
14 // add
15 virtual void Unk_02(void) = 0; // 02
16 virtual void Unk_03(void); // 03 - { return; }
17 virtual void Unk_04(void); // 04 - { return; }
18 };
19 static_assert(sizeof(DetectionListener) == 0x10);
20}
Definition DetectionListener.h:8
~DetectionListener() override
virtual void Unk_02(void)=0
virtual void Unk_04(void)
virtual void Unk_03(void)
static constexpr auto RTTI
Definition DetectionListener.h:10
Definition NiRefObject.h:8
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_DetectionListener(686497, 394330, 0x1efedc8)