CommonLibSSE (Parapets fork)
CombatGroupDetectionListener.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_CombatGroupDetectionListener;
11 
13 
14  // override (DetectionListener)
15  void Unk_02(void) override; // 01
16 
17  // add
18  virtual void Unk_05(void); // 01 - { unk10 = 0; }
19 
20  // members
21  void* unk10; // 10
22  };
23  static_assert(sizeof(CombatGroupDetectionListener) == 0x18);
24 }
Definition: CombatGroupDetectionListener.h:8
void * unk10
Definition: CombatGroupDetectionListener.h:21
static constexpr auto RTTI
Definition: CombatGroupDetectionListener.h:10
Definition: DetectionListener.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_CombatGroupDetectionListener
Definition: Offsets_RTTI.h:4035