CommonLibSSE NG
Loading...
Searching...
No Matches
bhkListShape.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_bhkListShape;
11 inline static auto Ni_RTTI = NiRTTI_bhkListShape;
12
13 ~bhkListShape() override; // 00
14
15 // override (bhkShapeCollection)
16 const NiRTTI* GetRTTI() const override; // 02
17 NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
18 void LoadBinary(NiStream& a_stream) override; // 18
19 void LinkObject(NiStream& a_stream) override; // 19
20 bool RegisterStreamables(NiStream& a_stream) override; // 1A
21 void SaveBinary(NiStream& a_stream) override; // 1B
22 void AdjustRefCount(bool a_increment) override; // 26
23 void Unk_2B(void) override; // 2B
24 void Unk_2C(void) override; // 2C - { return 40; }
25 void Unk_2D(void) override; // 2D
26 void Unk_2E(void) override; // 2E
27 void Unk_2F(void) override; // 2F
28 void Unk_32(void) override; // 32
29 void Unk_35(void) override; // 35
30 void Unk_36(void) override; // 36
31
32 // members
33 std::uint64_t unk28; // 28
34 };
35 static_assert(sizeof(bhkListShape) == 0x30);
36}
Definition NiCloningProcess.h:10
Definition NiObject.h:37
Definition NiRTTI.h:6
Definition NiStream.h:27
Definition bhkListShape.h:8
const NiRTTI * GetRTTI() const override
void Unk_35(void) override
void Unk_2D(void) override
NiObject * CreateClone(NiCloningProcess &a_cloning) override
static constexpr auto RTTI
Definition bhkListShape.h:10
std::uint64_t unk28
Definition bhkListShape.h:33
static auto Ni_RTTI
Definition bhkListShape.h:11
void Unk_32(void) override
void Unk_2C(void) override
bool RegisterStreamables(NiStream &a_stream) override
void Unk_2E(void) override
void LinkObject(NiStream &a_stream) override
void SaveBinary(NiStream &a_stream) override
void Unk_36(void) override
void LoadBinary(NiStream &a_stream) override
void AdjustRefCount(bool a_increment) override
void Unk_2B(void) override
void Unk_2F(void) override
~bhkListShape() override
Definition bhkShapeCollection.h:8
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_bhkListShape(690773, 398628, 0x1f66e30)
constexpr REL::VariantID NiRTTI_bhkListShape(525221, 411697, 0x3189210)