CommonLibSSE NG
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 auto Ni_RTTI = NiRTTI_bhkShapePhantom;
12 
13  ~bhkShapePhantom() override; // 00
14 
15  // override (bhkPhantom)
16  const NiRTTI* GetRTTI() const override; // 02
17  void LinkObject(NiStream& a_stream) override; // 19 - { bhkWorldObject::LinkObject(a_stream); }
18  };
19  static_assert(sizeof(bhkShapePhantom) == 0x30);
20 }
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: bhkPhantom.h:8
Definition: bhkShapePhantom.h:8
void LinkObject(NiStream &a_stream) override
static 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 REL::VariantID NiRTTI_bhkShapePhantom(525130, 411605, 0x31881e8)
constexpr REL::VariantID RTTI_bhkShapePhantom(685177, 392943, 0x1ee10a0)