CommonLibSSE (powerof3)
hkpSphereRepShape.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkpShape.h"
4 
5 namespace RE
6 {
7  class hkpSphere;
8 
9  class hkpSphereRepShape : public hkpShape
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_hkpSphereRepShape;
13  inline static constexpr auto VTABLE = VTABLE_hkpSphereRepShape;
14 
15  virtual ~hkpSphereRepShape(); // 00
16 
17  // add
18  virtual std::int32_t GetNumCollisionSpheresImpl() = 0; // 0B
19  virtual const hkpSphere* GetCollisionSpheresImpl(hkSphere* a_sphereBuffer) = 0; // 0C
20  };
21  static_assert(sizeof(hkpSphereRepShape) == 0x20);
22 }
Definition: hkpShape.h:32
Definition: hkpSphereRepShape.h:10
virtual const hkpSphere * GetCollisionSpheresImpl(hkSphere *a_sphereBuffer)=0
static constexpr auto VTABLE
Definition: hkpSphereRepShape.h:13
virtual std::int32_t GetNumCollisionSpheresImpl()=0
virtual ~hkpSphereRepShape()
static constexpr auto RTTI
Definition: hkpSphereRepShape.h:12
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpSphereRepShape(static_cast< std::uint64_t >(689806))
constexpr std::array< REL::ID, 1 > VTABLE_hkpSphereRepShape
Definition: Offsets_VTABLE.h:14362