CommonLibVR
bhkCachingShapePhantom.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkShapePhantom.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkCachingShapePhantom;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkCachingShapePhantom;
12  inline static constexpr auto VTABLE = VTABLE_bhkCachingShapePhantom;
13 
14  ~bhkCachingShapePhantom() override; // 00
15 
16  // override (bhkShapePhantom)
17  const NiRTTI* GetRTTI() const override; // 02
18  NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
19  void Unk_2B(void) override; // 2B
20  void Unk_2C(void) override; // 2C - { return 112; }
21  void Unk_2E(void) override; // 2E
22  void Unk_2F(void) override; // 2F
23  private:
24  KEEP_FOR_RE()
25  };
26  static_assert(sizeof(bhkCachingShapePhantom) == 0x30);
27 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiCloningProcess.h:10
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: bhkCachingShapePhantom.h:8
void Unk_2C(void) override
static constexpr auto Ni_RTTI
Definition: bhkCachingShapePhantom.h:11
~bhkCachingShapePhantom() override
NiObject * CreateClone(NiCloningProcess &a_cloning) override
void Unk_2F(void) override
const NiRTTI * GetRTTI() const override
static constexpr auto VTABLE
Definition: bhkCachingShapePhantom.h:12
void Unk_2E(void) override
static constexpr auto RTTI
Definition: bhkCachingShapePhantom.h:10
void Unk_2B(void) override
Definition: bhkShapePhantom.h:8
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_bhkCachingShapePhantom
Definition: Offsets_VTABLE.h:13274
constexpr REL::ID NiRTTI_bhkCachingShapePhantom(static_cast< std::uint64_t >(525177))
constexpr REL::ID RTTI_bhkCachingShapePhantom(static_cast< std::uint64_t >(690812))