CommonLibVR
DetectionListener.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiRefObject.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_DetectionListener;
11  inline static constexpr auto VTABLE = VTABLE_DetectionListener;
12 
13  ~DetectionListener() override; // 00
14 
15  // add
16  virtual void Unk_02(void) = 0; // 02
17  virtual void Unk_03(void); // 03 - { return; }
18  virtual void Unk_04(void); // 04 - { return; }
19  private:
20  KEEP_FOR_RE()
21  };
22  static_assert(sizeof(DetectionListener) == 0x10);
23 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: DetectionListener.h:8
static constexpr auto VTABLE
Definition: DetectionListener.h:11
~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::ID RTTI_DetectionListener(static_cast< std::uint64_t >(686497))
constexpr std::array< REL::ID, 1 > VTABLE_DetectionListener
Definition: Offsets_VTABLE.h:11446