CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
hkpBroadPhaseCastCollector.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class hkpBroadPhaseHandle;
6
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpBroadPhaseCastCollector;
11
12 virtual ~hkpBroadPhaseCastCollector() = default; // 00
13
14 // add
15 virtual float AddBroadPhaseHandle(const hkpBroadPhaseHandle* a_broadphaseHandle, std::int32_t a_castIndex) = 0; // 01
16 };
17 static_assert(sizeof(hkpBroadPhaseCastCollector) == 0x8);
18}
Definition: hkpBroadPhaseCastCollector.h:8
virtual float AddBroadPhaseHandle(const hkpBroadPhaseHandle *a_broadphaseHandle, std::int32_t a_castIndex)=0
virtual ~hkpBroadPhaseCastCollector()=default
static constexpr auto RTTI
Definition: hkpBroadPhaseCastCollector.h:10
Definition: hkpBroadPhaseHandle.h:6
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpBroadPhaseCastCollector
Definition: Offsets_RTTI.h:7532