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
"
4
#include "
RE/H/hkpCollidable.h
"
5
6
namespace
RE
7
{
8
struct
hkpAgentNnEntry;
9
10
class
hkpLinkedCollidable
:
public
hkpCollidable
11
{
12
public
:
13
struct
CollisionEntry
14
{
15
public
:
16
// members
17
hkpAgentNnEntry*
agentEntry
;
// 00
18
hkpLinkedCollidable
*
partner
;
// 08
19
};
20
static_assert
(
sizeof
(
CollisionEntry
) == 0x10);
21
22
// members
23
hkArray<CollisionEntry>
collisionEntries
;
// 70
24
};
25
static_assert
(
sizeof
(
hkpLinkedCollidable
) == 0x80);
26
}
RE::hkArray
Definition
hkArray.h:189
RE::hkpCollidable
Definition
hkpCollidable.h:13
RE::hkpLinkedCollidable
Definition
hkpLinkedCollidable.h:11
RE::hkpLinkedCollidable::collisionEntries
hkArray< CollisionEntry > collisionEntries
Definition
hkpLinkedCollidable.h:23
hkArray.h
hkpCollidable.h
RE
Definition
AbsorbEffect.h:6
RE::hkpLinkedCollidable::CollisionEntry
Definition
hkpLinkedCollidable.h:14
RE::hkpLinkedCollidable::CollisionEntry::agentEntry
hkpAgentNnEntry * agentEntry
Definition
hkpLinkedCollidable.h:17
RE::hkpLinkedCollidable::CollisionEntry::partner
hkpLinkedCollidable * partner
Definition
hkpLinkedCollidable.h:18
CommonLibSSE-NG
include
RE
H
hkpLinkedCollidable.h
Generated by
1.9.7