CommonLibSSE (powerof3)
bhkShape.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkSerializable.h"
4 
5 namespace RE
6 {
7  class bhkShape : public bhkSerializable
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkShape;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkShape;
12 
13  ~bhkShape() override; // 00
14 
15  // override (bhkSerializable)
16  const NiRTTI* GetRTTI() const override; // 02
17  void LoadBinary(NiStream& a_stream) override; // 18
18  void LinkObject(NiStream& a_stream) override; // 19 - { bhkSerializable::LinkObject(a_stream); }
19  bool RegisterStreamables(NiStream& a_stream) override; // 1A - { return bhkSerializable::RegisterStreamables(a_stream); }
20  void SaveBinary(NiStream& a_stream) override; // 1B
21  bool IsEqual(NiObject* a_object) override; // 1C
22  void Unk_26(void) override; // 26
23 
24  // add
25  virtual void Unk_32(void); // 32
26  virtual void Unk_33(void); // 33
27  virtual void Unk_34(void); // 34 - { return 0; }
28  virtual void Unk_35(void); // 35
29 
30  // members
31  std::uint64_t unk20; // 20
32  };
33  static_assert(sizeof(bhkShape) == 0x28);
34 }
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:6
Definition: bhkSerializable.h:10
Definition: bhkShape.h:8
static constexpr auto Ni_RTTI
Definition: bhkShape.h:11
const NiRTTI * GetRTTI() const override
~bhkShape() override
void LoadBinary(NiStream &a_stream) override
virtual void Unk_33(void)
bool RegisterStreamables(NiStream &a_stream) override
std::uint64_t unk20
Definition: bhkShape.h:31
virtual void Unk_35(void)
static constexpr auto RTTI
Definition: bhkShape.h:10
void SaveBinary(NiStream &a_stream) override
bool IsEqual(NiObject *a_object) override
void Unk_26(void) override
virtual void Unk_32(void)
void LinkObject(NiStream &a_stream) override
virtual void Unk_34(void)
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkShape
Definition: Offsets_RTTI.h:6562
constexpr REL::ID NiRTTI_bhkShape
Definition: Offsets_NiRTTI.h:396