CommonLibSSE NG
Loading...
Searching...
No Matches
hkpPhantomListener.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class hkpPhantom;
6
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpPhantomListener;
11 inline static constexpr auto VTABLE = VTABLE_hkpPhantomListener;
12
13 virtual ~hkpPhantomListener(); // 00
14
15 virtual void PhantomAddedCallback(hkpPhantom* a_phantom); // 01 - { return; }
16 virtual void PhantomRemovedCallback(hkpPhantom* a_phantom); // 02 - { return; }
17 virtual void PhantomShapeSetCallback(hkpPhantom* a_phantom); // 03
18 virtual void PhantomDeletedCallback(hkpPhantom* a_phantom); // 04 - { return; }
19 };
20 static_assert(sizeof(hkpPhantomListener) == 0x8);
21}
Definition hkpPhantom.h:15
Definition hkpPhantomListener.h:8
virtual void PhantomAddedCallback(hkpPhantom *a_phantom)
virtual void PhantomShapeSetCallback(hkpPhantom *a_phantom)
static constexpr auto VTABLE
Definition hkpPhantomListener.h:11
virtual void PhantomDeletedCallback(hkpPhantom *a_phantom)
virtual void PhantomRemovedCallback(hkpPhantom *a_phantom)
static constexpr auto RTTI
Definition hkpPhantomListener.h:10
virtual ~hkpPhantomListener()
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpPhantomListener
Definition Offsets_VTABLE.h:1004
constexpr REL::VariantID RTTI_hkpPhantomListener(685513, 393298, 0x1ee7170)