CommonLibSSE (powerof3)
bhkEntity.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 bhkEntity : public bhkWorldObject
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkEntity;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkEntity;
12 
13  ~bhkEntity() override; // 00
14 
15  // override (bhkEntity)
16  const NiRTTI* GetRTTI() const override; // 02
17  void LoadBinary(NiStream& a_stream) override; // 18
18  void SaveBinary(NiStream& a_stream) override; // 1B
19  void Unk_2A(void) override; // 2A
20  void Unk_30(void) override; // 30
21  };
22  static_assert(sizeof(bhkEntity) == 0x28);
23 }
Definition: NiRTTI.h:6
Definition: NiStream.h:6
Definition: bhkEntity.h:8
void Unk_2A(void) override
~bhkEntity() override
const NiRTTI * GetRTTI() const override
void SaveBinary(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition: bhkEntity.h:11
void LoadBinary(NiStream &a_stream) override
static constexpr auto RTTI
Definition: bhkEntity.h:10
void Unk_30(void) override
Definition: bhkWorldObject.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkEntity
Definition: Offsets_NiRTTI.h:360
constexpr REL::ID RTTI_bhkEntity
Definition: Offsets_RTTI.h:6513