CommonLibSSE (powerof3)
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
14 virtual ~hkpSphereRepShape(); // 00
15
16 // add
17 virtual std::int32_t GetNumCollisionSpheresImpl() = 0; // 0B
18 virtual const hkpSphere* GetCollisionSpheresImpl(hkSphere* a_sphereBuffer) = 0; // 0C
19 };
20 static_assert(sizeof(hkpSphereRepShape) == 0x20);
21}
Definition: hkpShape.h:32
Definition: hkpSphereRepShape.h:10
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::ID RTTI_hkpSphereRepShape(static_cast< std::uint64_t >(689806))