CommonLibSSE NG
bhkCharacterProxy.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/B/bhkSerializable.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_bhkCharacterProxy;
12  inline static auto Ni_RTTI = NiRTTI_bhkCharacterProxy;
13 
14  ~bhkCharacterProxy() override; // 00
15 
16  // override (bhkSerializable)
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 - "void AdjustRefCount(bool a_increment)"?
24  hkpWorld* GetWorld1() override; // 27 - { auto proxy = (hkpCharacterProxy*)referencedObject.get(); if (proxy && proxy->shapePhantom) return proxy->world; else return 0; }
25  ahkpWorld* GetWorld2() override; // 28 - { return GetWorld(); }
26  void Unk_2B(void) override; // 2B
27  void Unk_2C(void) override; // 2C - { return 0x90; }
28  void Unk_2E(void) override; // 2E
29  void Unk_2F(void) override; // 2F
30 
31  // members
33  };
34  static_assert(sizeof(bhkCharacterProxy) == 0x260);
35 }
Definition: NiCloningProcess.h:10
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: ahkpWorld.h:8
Definition: bhkCharacterPointCollector.h:8
Definition: bhkCharacterProxy.h:9
ahkpWorld * GetWorld2() override
void SaveBinary(NiStream &a_stream) override
~bhkCharacterProxy() override
void LinkObject(NiStream &a_stream) override
void Unk_2B(void) override
hkpWorld * GetWorld1() override
static constexpr auto RTTI
Definition: bhkCharacterProxy.h:11
static auto Ni_RTTI
Definition: bhkCharacterProxy.h:12
void Unk_2F(void) override
void LoadBinary(NiStream &a_stream) override
void Unk_2E(void) override
bhkCharacterPointCollector ignoredCollisionStartCollector
Definition: bhkCharacterProxy.h:32
void Unk_2C(void) override
bool RegisterStreamables(NiStream &a_stream) override
void AdjustRefCount(bool a_increment) override
NiObject * CreateClone(NiCloningProcess &a_cloning) override
const NiRTTI * GetRTTI() const override
Definition: bhkSerializable.h:12
Definition: hkpWorld.h:62
Definition: AbsorbEffect.h:6
constexpr REL::VariantID NiRTTI_bhkCharacterProxy(525445, 411921, 0x318a2b8)
constexpr REL::VariantID RTTI_bhkCharacterProxy(690815, 398670, 0x1f67900)