CommonLibSSE NG
Loading...
Searching...
No Matches
hkpSphereRepShape.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkpShape.h"
4
5namespace RE
6{
7 class hkpSphere;
8
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
static constexpr auto VTABLE
Definition hkpSphereRepShape.h:13
virtual std::int32_t GetNumCollisionSpheresImpl()=0
virtual ~hkpSphereRepShape()
static constexpr auto RTTI
Definition hkpSphereRepShape.h:12
virtual const hkpSphere * GetCollisionSpheresImpl(hkSphere *a_sphereBuffer)=0
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkpSphereRepShape(689806, 397661, 0x1f58b98)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpSphereRepShape
Definition Offsets_VTABLE.h:4953