CommonLibVR
hkpPhantomListener.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace 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  private:
20  KEEP_FOR_RE()
21  };
22  static_assert(sizeof(hkpPhantomListener) == 0x8);
23 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
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: hkpPhantom.h:15
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkpPhantomListener(static_cast< std::uint64_t >(685513))
constexpr std::array< REL::ID, 1 > VTABLE_hkpPhantomListener
Definition: Offsets_VTABLE.h:14307