CommonLibSSE NG
Loading...
Searching...
No Matches
hkpLinkedCollidable.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/H/hkArray.h"
5
6namespace RE
7{
8 struct hkpAgentNnEntry;
9
11 {
12 public:
14 {
15 public:
16 // members
17 hkpAgentNnEntry* agentEntry; // 00
19 };
20 static_assert(sizeof(CollisionEntry) == 0x10);
21
22 // members
24 };
25 static_assert(sizeof(hkpLinkedCollidable) == 0x80);
26}
Definition hkArray.h:189
Definition hkpCollidable.h:13
Definition hkpLinkedCollidable.h:11
hkArray< CollisionEntry > collisionEntries
Definition hkpLinkedCollidable.h:23
Definition AbsorbEffect.h:6
Definition hkpLinkedCollidable.h:14
hkpAgentNnEntry * agentEntry
Definition hkpLinkedCollidable.h:17
hkpLinkedCollidable * partner
Definition hkpLinkedCollidable.h:18