CommonLibSSE NG
hkpAction.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_hkpAction;
11  inline static constexpr auto VTABLE = VTABLE_hkpAction;
12 
13  virtual ~hkpAction() override; // 00
14 
15  // add
16  virtual void Unk_03(void) = 0; // 03
17  virtual void Unk_04(void) = 0; // 04
18  virtual void Unk_05(void); // 05
19  virtual void Unk_06(void) = 0; // 06
20  virtual void Unk_07(void) = 0; // 07
21 
22  // members
23  hkpWorld* world; // 10
25  std::uint64_t userData; // 20
27  };
28  static_assert(sizeof(hkpAction) == 0x30);
29 }
Definition: hkReferencedObject.h:11
Definition: hkStringPtr.h:6
Definition: hkpAction.h:8
hkpSimulationIsland * island
Definition: hkpAction.h:24
hkStringPtr name
Definition: hkpAction.h:26
virtual void Unk_04(void)=0
hkpWorld * world
Definition: hkpAction.h:23
virtual void Unk_05(void)
virtual void Unk_07(void)=0
static constexpr auto VTABLE
Definition: hkpAction.h:11
virtual void Unk_03(void)=0
virtual ~hkpAction() override
std::uint64_t userData
Definition: hkpAction.h:25
virtual void Unk_06(void)=0
static constexpr auto RTTI
Definition: hkpAction.h:10
Definition: hkpSimulationIsland.h:16
Definition: hkpWorld.h:62
Definition: AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpAction
Definition: Offsets_VTABLE.h:5011
constexpr REL::VariantID RTTI_hkpAction(685460, 393245, 0x1ee6640)