CommonLibSSE NG
Loading...
Searching...
No Matches
hkpArrayAction.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkpAction.h"
4
5namespace RE
6{
7 class hkpArrayAction : public hkpAction
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_hkpArrayAction;
11 inline static constexpr auto VTABLE = VTABLE_hkpArrayAction;
12
13 virtual ~hkpArrayAction() override; // 00
14
15 // add
16 virtual void Unk_04(void) override; // 04
17 virtual void Unk_06(void) override; // 06
18
19 // members
21 };
22 static_assert(sizeof(hkpArrayAction) == 0x40);
23}
Definition hkArray.h:189
Definition hkpAction.h:8
Definition hkpArrayAction.h:8
virtual void Unk_06(void) override
static constexpr auto VTABLE
Definition hkpArrayAction.h:11
hkArray< hkpEntity * > entities
Definition hkpArrayAction.h:20
virtual ~hkpArrayAction() override
static constexpr auto RTTI
Definition hkpArrayAction.h:10
virtual void Unk_04(void) override
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_hkpArrayAction(690103, 397958, 0x1f5cfa0)
constexpr std::array< REL::VariantID, 1 > VTABLE_hkpArrayAction
Definition Offsets_VTABLE.h:5364