CommonLibSSE NG
bhkPhantom.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkWorldObject.h"
4 
5 namespace RE
6 {
7  class bhkPhantom : public bhkWorldObject
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkPhantom;
11  inline static auto Ni_RTTI = NiRTTI_bhkPhantom;
12 
13  ~bhkPhantom() override; // 00
14 
15  // override (bhkWorldObject)
16  const NiRTTI* GetRTTI() const override; // 02
17  void RemoveFromCurrentWorld() override; // 2A
18 
19  // members
20  std::uint64_t unk28; // 28
21  };
22  static_assert(sizeof(bhkPhantom) == 0x30);
23 }
Definition: NiRTTI.h:6
Definition: bhkPhantom.h:8
const NiRTTI * GetRTTI() const override
void RemoveFromCurrentWorld() override
~bhkPhantom() override
std::uint64_t unk28
Definition: bhkPhantom.h:20
static auto Ni_RTTI
Definition: bhkPhantom.h:11
static constexpr auto RTTI
Definition: bhkPhantom.h:10
Definition: bhkWorldObject.h:8
Definition: AbsorbEffect.h:6
constexpr REL::VariantID NiRTTI_bhkPhantom(525119, 411594, 0x3188168)
constexpr REL::VariantID RTTI_bhkPhantom(685168, 392934, 0x1ee0eb0)