CommonLibSSE NG
hkpPhantomType.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  enum class hkpPhantomType
6  {
7  kAabb = 0,
8  kSimpleShape = 1,
9  kCachingShape = 2,
10  kUser0,
11  kUser1,
12  kUser2,
13  kUser3,
14  kUser4,
15  kUser5,
16  kUser6,
17  kUser7,
18  kUser8,
19  kUser9,
20 
21  kTotal
22  };
23 }
Definition: AbsorbEffect.h:6
hkpPhantomType
Definition: hkpPhantomType.h:6