CommonLibSSE (Parapets fork)
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 
13  ~bhkPhantom() override; // 00
14 
15  // override (bhkWorldObject)
16  const NiRTTI* GetRTTI() const override; // 02
17  void Unk_2A(void) 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
static constexpr auto Ni_RTTI
Definition: bhkPhantom.h:11
void Unk_2A(void) override
~bhkPhantom() override
std::uint64_t unk28
Definition: bhkPhantom.h:20
static constexpr auto RTTI
Definition: bhkPhantom.h:10
Definition: bhkWorldObject.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkPhantom
Definition: Offsets_NiRTTI.h:381
constexpr REL::ID RTTI_bhkPhantom
Definition: Offsets_RTTI.h:6543