CommonLibVR
bhkWorldObject.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkSerializable.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkWorldObject;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkWorldObject;
12  inline static constexpr auto VTABLE = VTABLE_bhkWorldObject;
13 
14  ~bhkWorldObject() override; // 00
15 
16  // override (bhkSerializable)
17  const NiRTTI* GetRTTI() const override; // 02
18  void LoadBinary(NiStream& a_stream) override; // 18
19  void LinkObject(NiStream& a_stream) override; // 19
20  bool RegisterStreamables(NiStream& a_stream) override; // 1A
21  void SaveBinary(NiStream& a_stream) override; // 1B
22  void AdjustRefCount(bool a_increment) override; // 26
23  hkpWorld* GetWorld1() override; // 27 - { return world; }
24  ahkpWorld* GetWorld2() override; // 28 - { return world; }
25  void MoveToWorld(bhkWorld* a_world) override; // 29
26 
27  // add
28  virtual void Unk_32(void); // 32 - { return Unk_29(); }
29 
30  // members
31  hkpWorld* world; // 20
32  private:
33  KEEP_FOR_RE()
34  };
35  static_assert(sizeof(bhkWorldObject) == 0x28);
36 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiRTTI.h:6
Definition: NiStream.h:29
Definition: ahkpWorld.h:10
Definition: bhkSerializable.h:12
Definition: bhkWorldObject.h:8
void SaveBinary(NiStream &a_stream) override
~bhkWorldObject() override
const NiRTTI * GetRTTI() const override
hkpWorld * GetWorld1() override
void AdjustRefCount(bool a_increment) override
void LoadBinary(NiStream &a_stream) override
static constexpr auto RTTI
Definition: bhkWorldObject.h:10
static constexpr auto Ni_RTTI
Definition: bhkWorldObject.h:11
hkpWorld * world
Definition: bhkWorldObject.h:31
ahkpWorld * GetWorld2() override
static constexpr auto VTABLE
Definition: bhkWorldObject.h:12
void LinkObject(NiStream &a_stream) override
virtual void Unk_32(void)
bool RegisterStreamables(NiStream &a_stream) override
void MoveToWorld(bhkWorld *a_world) override
Definition: bhkWorld.h:14
Definition: hkpWorld.h:62
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_bhkWorldObject(static_cast< std::uint64_t >(513964))
constexpr REL::ID NiRTTI_bhkWorldObject(static_cast< std::uint64_t >(525039))
constexpr std::array< REL::ID, 1 > VTABLE_bhkWorldObject
Definition: Offsets_VTABLE.h:13385