CommonLibSSE NG
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 inline static constexpr auto VTABLE = VTABLE_hkpBroadPhaseCastCollector;
12
13 virtual ~hkpBroadPhaseCastCollector() = default; // 00
14
15 // add
16 virtual float AddBroadPhaseHandle(const hkpBroadPhaseHandle* a_broadphaseHandle, std::int32_t a_castIndex) = 0; // 01
17 };
18 static_assert(sizeof(hkpBroadPhaseCastCollector) == 0x8);
19}
Definition hkpBroadPhaseCastCollector.h:8
static constexpr auto VTABLE
Definition hkpBroadPhaseCastCollector.h:11
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 std::array< REL::VariantID, 1 > VTABLE_hkpBroadPhaseCastCollector
Definition Offsets_VTABLE.h:5053
constexpr REL::VariantID RTTI_hkpBroadPhaseCastCollector(689897, 397752, 0x1f59cd8)