CommonLibVR
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 private:
23 };
24 static_assert(sizeof(hkpEntityListener) == 0x8);
25}
#define KEEP_FOR_RE()
Definition PCH.h:517
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 hkpEntity.h:25
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_hkpEntityListener
Definition Offsets_VTABLE.h:14236
constexpr REL::ID RTTI_hkpEntityListener(static_cast< std::uint64_t >(685137))