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  inline static constexpr auto VTABLE = VTABLE_bhkCharacterProxy;
14 
15  ~bhkCharacterProxy() override; // 00
16 
17  // override (bhkSerializable)
18  const NiRTTI* GetRTTI() const override; // 02
19  NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
20  void LoadBinary(NiStream& a_stream) override; // 18
21  void LinkObject(NiStream& a_stream) override; // 19
22  bool RegisterStreamables(NiStream& a_stream) override; // 1A
23  void SaveBinary(NiStream& a_stream) override; // 1B
24  void AdjustRefCount(bool a_increment) override; // 26 - "void AdjustRefCount(bool a_increment)"?
25  hkpWorld* GetWorld1() override; // 27 - { auto proxy = (hkpCharacterProxy*)referencedObject.get(); if (proxy && proxy->shapePhantom) return proxy->world; else return 0; }
26  ahkpWorld* GetWorld2() override; // 28 - { return GetWorld(); }
27  void Unk_2B(void) override; // 2B
28  void Unk_2C(void) override; // 2C - { return 0x90; }
29  void Unk_2E(void) override; // 2E
30  void Unk_2F(void) override; // 2F
31 
32  // members
34  };
35  static_assert(sizeof(bhkCharacterProxy) == 0x260);
36 }
Definition: NiCloningProcess.h:10
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: ahkpWorld.h:10
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
static constexpr auto Ni_RTTI
Definition: bhkCharacterProxy.h:12
void Unk_2B(void) override
hkpWorld * GetWorld1() override
static constexpr auto RTTI
Definition: bhkCharacterProxy.h:11
void Unk_2F(void) override
static constexpr auto VTABLE
Definition: bhkCharacterProxy.h:13
void LoadBinary(NiStream &a_stream) override
void Unk_2E(void) override
bhkCharacterPointCollector ignoredCollisionStartCollector
Definition: bhkCharacterProxy.h:33
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 std::array< REL::ID, 1 > VTABLE_bhkCharacterProxy
Definition: Offsets_VTABLE.h:13286
constexpr REL::ID RTTI_bhkCharacterProxy(static_cast< std::uint64_t >(690815))
constexpr REL::ID NiRTTI_bhkCharacterProxy(static_cast< std::uint64_t >(525445))