CommonLibSSE (powerof3)
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 constexpr 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 Unk_26(void) override; // 26 - "void AdjustRefCount(bool a_increment)"?
24  hkpWorld* GetWorld() override; // 27 - { auto proxy = (hkpCharacterProxy*)referencedObject.get(); if (proxy && proxy->shapePhantom) return proxy->world; else return 0; }
25  void Unk_28(void) 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: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:6
Definition: bhkCharacterPointCollector.h:8
Definition: bhkCharacterProxy.h:9
void SaveBinary(NiStream &a_stream) override
void Unk_28(void) override
~bhkCharacterProxy() override
void LinkObject(NiStream &a_stream) override
hkpWorld * GetWorld() override
static constexpr auto Ni_RTTI
Definition: bhkCharacterProxy.h:12
void Unk_2B(void) override
static constexpr auto RTTI
Definition: bhkCharacterProxy.h:11
void Unk_2F(void) override
void Unk_26(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
NiObject * CreateClone(NiCloningProcess &a_cloning) override
const NiRTTI * GetRTTI() const override
Definition: bhkSerializable.h:10
Definition: hkpWorld.h:62
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkCharacterProxy
Definition: Offsets_NiRTTI.h:345
constexpr REL::ID RTTI_bhkCharacterProxy
Definition: Offsets_RTTI.h:6487