CommonLibSSE (Parapets fork)
bhkAabbPhantom.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 bhkAabbPhantom : public bhkPhantom
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkAabbPhantom;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkAabbPhantom;
12 
13  // override (bhkPhantom)
14  const NiRTTI* GetRTTI() const override; // 02
15  NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
16  void LoadBinary(NiStream& a_stream) override; // 18
17  void SaveBinary(NiStream& a_stream) override; // 1B
18  void Unk_2B(void) override; // 2B
19  void Unk_2C(void) override; // 2C
20  void Unk_2E(void) override; // 2E
21  void Unk_2F(void) override; // 2F
22  };
23  static_assert(sizeof(bhkAabbPhantom) == 0x30);
24 }
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:6
Definition: bhkAabbPhantom.h:8
NiObject * CreateClone(NiCloningProcess &a_cloning) override
void LoadBinary(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition: bhkAabbPhantom.h:11
const NiRTTI * GetRTTI() const override
void Unk_2F(void) override
void Unk_2C(void) override
void Unk_2B(void) override
static constexpr auto RTTI
Definition: bhkAabbPhantom.h:10
void Unk_2E(void) override
void SaveBinary(NiStream &a_stream) override
Definition: bhkPhantom.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkAabbPhantom
Definition: Offsets_NiRTTI.h:327
constexpr REL::ID RTTI_bhkAabbPhantom
Definition: Offsets_RTTI.h:6459