CommonLibSSE NG
Loading...
Searching...
No Matches
hkpWorldPostSimulationListener.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class hkpWorld;
6
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpWorldPostSimulationListener;
11 inline static constexpr auto VTABLE = VTABLE_hkpWorldPostSimulationListener;
12
13 // add
14 virtual ~hkpWorldPostSimulationListener() = default; // 00
15
16 virtual void PostSimulationCallback(hkpWorld* a_world) = 0; // 01
17 virtual void InactiveEntityMovedCallback(hkpWorld*) {} // 02
18 };
19 static_assert(sizeof(hkpWorldPostSimulationListener) == 0x8);
20}
Definition hkpWorld.h:62
Definition hkpWorldPostSimulationListener.h:8
static constexpr auto VTABLE
Definition hkpWorldPostSimulationListener.h:11
virtual void PostSimulationCallback(hkpWorld *a_world)=0
virtual void InactiveEntityMovedCallback(hkpWorld *)
Definition hkpWorldPostSimulationListener.h:17
static constexpr auto RTTI
Definition hkpWorldPostSimulationListener.h:10
virtual ~hkpWorldPostSimulationListener()=default
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpWorldPostSimulationListener
Definition Offsets_VTABLE.h:2136
constexpr REL::VariantID RTTI_hkpWorldPostSimulationListener(686795, 394634, 0x1f05858)