CommonLibSSE NG
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
d
g
k
s
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
b
d
f
g
h
i
k
m
n
p
r
t
v
w
Related Functions
b
c
g
h
i
m
n
o
s
Files
File List
File Members
All
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
Functions
Macros
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
hkpShapeType.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
enum class
hkpShapeType
6
{
7
kInvalid
= 0,
8
9
kSphere
,
10
kFirstType =
static_cast<
std::underlying_type_t<hkpShapeType>
>
(
kSphere
),
11
kCylinder,
12
kTriangle,
13
kBox,
14
kCapsule,
15
kConvexVertices,
16
kCollection,
17
kBVTree,
18
kList,
19
kMOPP,
20
kConvexTranslate,
21
kConvexTransform,
22
kSampledHeightField,
23
kExtendedMesh,
24
kTransform,
25
kCompressedMesh,
26
kCompound,
27
28
kTotalSPU = kCompound + 1,
29
30
kConvex,
31
kMOPPEmbedded,
32
kConvexPiece,
33
kMultiSphere,
34
kConvexList,
35
kTriangleCollection,
36
kMultiRay,
37
kHeightField,
38
kSphereRep,
39
kBV,
40
kPlane,
41
kPhantomCallback,
42
kUser0
,
43
kUser1
,
44
kUser2
,
45
46
kTotal
,
47
48
kAll =
static_cast<
std::underlying_type_t<hkpShapeType>
>
(-1)
49
};
50
}
RE
Definition:
AbsorbEffect.h:6
RE::hkpShapeType
hkpShapeType
Definition:
hkpShapeType.h:6
RE::hkpShapeType::kInvalid
@ kInvalid
RE::hkpShapeType::kSphere
@ kSphere
RE::ACTOR_CRITICAL_STAGE::kTotal
@ kTotal
RE::hkpPhantomType::kUser0
@ kUser0
RE::hkpPhantomType::kUser1
@ kUser1
RE::hkpPhantomType::kUser2
@ kUser2
CommonLibSSE-NG
include
RE
H
hkpShapeType.h
Generated by
1.9.1