CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
bhkCachingShapePhantom.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_bhkCachingShapePhantom;
11 inline static constexpr auto Ni_RTTI = NiRTTI_bhkCachingShapePhantom;
12
13 ~bhkCachingShapePhantom() override; // 00
14
15 // override (bhkShapePhantom)
16 const NiRTTI* GetRTTI() const override; // 02
17 NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
18 void Unk_2B(void) override; // 2B
19 void Unk_2C(void) override; // 2C - { return 112; }
20 void Unk_2E(void) override; // 2E
21 void Unk_2F(void) override; // 2F
22 };
23 static_assert(sizeof(bhkCachingShapePhantom) == 0x30);
24}
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: bhkCachingShapePhantom.h:8
void Unk_2C(void) override
const NiRTTI * GetRTTI() const override
static constexpr auto Ni_RTTI
Definition: bhkCachingShapePhantom.h:11
~bhkCachingShapePhantom() override
void Unk_2F(void) override
void Unk_2E(void) override
static constexpr auto RTTI
Definition: bhkCachingShapePhantom.h:10
NiObject * CreateClone(NiCloningProcess &a_cloning) override
void Unk_2B(void) override
Definition: bhkShapePhantom.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkCachingShapePhantom
Definition: Offsets_RTTI.h:6475
constexpr REL::ID NiRTTI_bhkCachingShapePhantom
Definition: Offsets_NiRTTI.h:341