CommonLibSSE (powerof3)
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 constexpr auto Ni_RTTI = NiRTTI_bhkListShape;
12 inline static constexpr auto VTABLE = VTABLE_bhkListShape;
13
14 ~bhkListShape() override; // 00
15
16 // override (bhkShapeCollection)
17 const NiRTTI* GetRTTI() const override; // 02
18 NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
19 void LoadBinary(NiStream& a_stream) override; // 18
20 void LinkObject(NiStream& a_stream) override; // 19
21 bool RegisterStreamables(NiStream& a_stream) override; // 1A
22 void SaveBinary(NiStream& a_stream) override; // 1B
23 void AdjustRefCount(bool a_increment) override; // 26
24 void Unk_2B(void) override; // 2B
25 void Unk_2C(void) override; // 2C - { return 40; }
26 void Unk_2D(void) override; // 2D
27 void Unk_2E(void) override; // 2E
28 void Unk_2F(void) override; // 2F
29 void Unk_32(void) override; // 32
30 void Unk_35(void) override; // 35
31 void Unk_36(void) override; // 36
32
33 // members
34 std::uint64_t unk28; // 28
35 };
36 static_assert(sizeof(bhkListShape) == 0x30);
37}
Definition NiCloningProcess.h:10
Definition NiObject.h:37
Definition NiRTTI.h:6
Definition NiStream.h:29
Definition bhkListShape.h:8
const NiRTTI * GetRTTI() const override
void Unk_35(void) override
static constexpr auto Ni_RTTI
Definition bhkListShape.h:11
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:34
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
static constexpr auto VTABLE
Definition bhkListShape.h:12
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 std::array< REL::ID, 1 > VTABLE_bhkListShape
Definition Offsets_VTABLE.h:13326
constexpr REL::ID RTTI_bhkListShape(static_cast< std::uint64_t >(690773))
constexpr REL::ID NiRTTI_bhkListShape(static_cast< std::uint64_t >(525221))