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  inline static constexpr auto VTABLE = VTABLE_bhkEntity;
13 
14  ~bhkEntity() override; // 00
15 
16  // override (bhkEntity)
17  const NiRTTI* GetRTTI() const override; // 02
18  void LoadBinary(NiStream& a_stream) override; // 18
19  void SaveBinary(NiStream& a_stream) override; // 1B
20  void RemoveFromCurrentWorld() override; // 2A
21  void Unk_30(void) override; // 30
22  };
23  static_assert(sizeof(bhkEntity) == 0x28);
24 }
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: bhkEntity.h:8
~bhkEntity() override
const NiRTTI * GetRTTI() const override
static constexpr auto VTABLE
Definition: bhkEntity.h:12
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
void RemoveFromCurrentWorld() override
Definition: bhkWorldObject.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkEntity(static_cast< std::uint64_t >(525117))
constexpr REL::ID RTTI_bhkEntity(static_cast< std::uint64_t >(685173))
constexpr std::array< REL::ID, 1 > VTABLE_bhkEntity
Definition: Offsets_VTABLE.h:13312