CommonLibSSE NG
Loading...
Searching...
No Matches
hkpEntityListener.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class hkpEntity;
6
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpEntityListener;
11 inline static constexpr auto VTABLE = VTABLE_hkpEntityListener;
12
13 virtual ~hkpEntityListener(); // 00
14
15 // add
16 virtual void EntityAddedCallback(hkpEntity* a_entity); // 01 - { return; }
17 virtual void EntityRemovedCallback(hkpEntity* a_entity); // 02 - { return; }
18 virtual void EntityShapeSetCallback(hkpEntity* a_entity); // 03
19 virtual void EntitySetMotionTypeCallback(hkpEntity* a_entity); // 04 - { return; }
20 virtual void EntityDeletedCallback(hkpEntity* a_entity); // 05 - { return; }
21 };
22 static_assert(sizeof(hkpEntityListener) == 0x8);
23}
Definition hkpEntity.h:24
Definition hkpEntityListener.h:8
static constexpr auto RTTI
Definition hkpEntityListener.h:10
virtual ~hkpEntityListener()
virtual void EntityRemovedCallback(hkpEntity *a_entity)
virtual void EntityShapeSetCallback(hkpEntity *a_entity)
virtual void EntitySetMotionTypeCallback(hkpEntity *a_entity)
virtual void EntityDeletedCallback(hkpEntity *a_entity)
virtual void EntityAddedCallback(hkpEntity *a_entity)
static constexpr auto VTABLE
Definition hkpEntityListener.h:11
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkpEntityListener(685137, 392903, 0x1ee02d0)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpEntityListener
Definition Offsets_VTABLE.h:615