CommonLibSSE (powerof3)
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 constexpr auto Ni_RTTI = NiRTTI_bhkPhantom;
12  inline static constexpr auto VTABLE = VTABLE_bhkPhantom;
13 
14  ~bhkPhantom() override; // 00
15 
16  // override (bhkWorldObject)
17  const NiRTTI* GetRTTI() const override; // 02
18  void RemoveFromCurrentWorld() override; // 2A
19 
20  // members
21  std::uint64_t unk28; // 28
22  };
23  static_assert(sizeof(bhkPhantom) == 0x30);
24 }
Definition: NiRTTI.h:6
Definition: bhkPhantom.h:8
const NiRTTI * GetRTTI() const override
static constexpr auto Ni_RTTI
Definition: bhkPhantom.h:11
void RemoveFromCurrentWorld() override
~bhkPhantom() override
std::uint64_t unk28
Definition: bhkPhantom.h:21
static constexpr auto VTABLE
Definition: bhkPhantom.h:12
static constexpr auto RTTI
Definition: bhkPhantom.h:10
Definition: bhkWorldObject.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_bhkPhantom
Definition: Offsets_VTABLE.h:13342
constexpr REL::ID RTTI_bhkPhantom(static_cast< std::uint64_t >(685168))
constexpr REL::ID NiRTTI_bhkPhantom(static_cast< std::uint64_t >(525119))