CommonLibVR
bhkShapePhantom.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkPhantom.h"
4 
5 namespace RE
6 {
7  class bhkShapePhantom : public bhkPhantom
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkShapePhantom;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkShapePhantom;
12  inline static constexpr auto VTABLE = VTABLE_bhkShapePhantom;
13 
14  ~bhkShapePhantom() override; // 00
15 
16  // override (bhkPhantom)
17  const NiRTTI* GetRTTI() const override; // 02
18  void LinkObject(NiStream& a_stream) override; // 19 - { bhkWorldObject::LinkObject(a_stream); }
19  private:
20  KEEP_FOR_RE()
21  };
22  static_assert(sizeof(bhkShapePhantom) == 0x30);
23 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: bhkPhantom.h:8
Definition: bhkShapePhantom.h:8
static constexpr auto VTABLE
Definition: bhkShapePhantom.h:12
void LinkObject(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition: bhkShapePhantom.h:11
static constexpr auto RTTI
Definition: bhkShapePhantom.h:10
const NiRTTI * GetRTTI() const override
~bhkShapePhantom() override
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_bhkShapePhantom
Definition: Offsets_VTABLE.h:13363
constexpr REL::ID NiRTTI_bhkShapePhantom(static_cast< std::uint64_t >(525130))
constexpr REL::ID RTTI_bhkShapePhantom(static_cast< std::uint64_t >(685177))