CommonLibSSE NG
Loading...
Searching...
No Matches
bhkEntity.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class bhkEntity : public bhkWorldObject
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_bhkEntity;
11 inline static 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 RemoveFromCurrentWorld() override; // 2A
20 void Unk_30(void) override; // 30
21 };
22 static_assert(sizeof(bhkEntity) == 0x28);
23}
Definition NiRTTI.h:6
Definition NiStream.h:27
Definition bhkEntity.h:8
~bhkEntity() override
static auto Ni_RTTI
Definition bhkEntity.h:11
const NiRTTI * GetRTTI() const override
void SaveBinary(NiStream &a_stream) override
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::VariantID NiRTTI_bhkEntity(525117, 411592, 0x3188150)
constexpr REL::VariantID RTTI_bhkEntity(685173, 392939, 0x1ee0fd8)