CommonLibVR
bhkShapeCollection.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/bhkShape.h"
4 
5 namespace RE
6 {
7  class bhkShapeCollection : public bhkShape
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_bhkShapeCollection;
11  inline static constexpr auto Ni_RTTI = NiRTTI_bhkShapeCollection;
12  inline static constexpr auto VTABLE = VTABLE_bhkShapeCollection;
13 
14  ~bhkShapeCollection() override; // 00
15 
16  // override (bhkShape)
17  const NiRTTI* GetRTTI() const override; // 02
18  void Unk_34(void) override; // 34 - { return this; }
19  void Unk_35(void) override; // 35
20 
21  // add
22  virtual void Unk_36(void) = 0; // 36
23  private:
24  KEEP_FOR_RE()
25  };
26  static_assert(sizeof(bhkShapeCollection) == 0x28);
27 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiRTTI.h:6
Definition: bhkShapeCollection.h:8
void Unk_35(void) override
static constexpr auto Ni_RTTI
Definition: bhkShapeCollection.h:11
~bhkShapeCollection() override
const NiRTTI * GetRTTI() const override
virtual void Unk_36(void)=0
static constexpr auto RTTI
Definition: bhkShapeCollection.h:10
void Unk_34(void) override
static constexpr auto VTABLE
Definition: bhkShapeCollection.h:12
Definition: bhkShape.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_bhkShapeCollection(static_cast< std::uint64_t >(525265))
constexpr std::array< REL::ID, 1 > VTABLE_bhkShapeCollection
Definition: Offsets_VTABLE.h:13362
constexpr REL::ID RTTI_bhkShapeCollection(static_cast< std::uint64_t >(690765))