CommonLibSSE (powerof3)
BGSBodyPartDefs.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BGSBodyPartDefs
6  {
7  struct LIMB_ENUMS
8  {
9  enum LIMB_ENUM
10  {
11  kNone = static_cast<std::underlying_type_t<LIMB_ENUM>>(-1),
12  kTorso = 0,
13  kHead,
14  kEye,
15  kLookAt,
16  kFlyGrab,
17  kSaddle,
18 
19  kTotal
20  };
21  };
23  }
24 }
Definition: AbsorbEffect.h:6
Definition: BGSBodyPartDefs.h:8
LIMB_ENUM
Definition: BGSBodyPartDefs.h:10