CommonLibSSE NG
EmotionTypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  enum class EmotionType
6  {
7  kNeutral = 0,
8  kAnger = 1,
9  kDisgust = 2,
10  kFear = 3,
11  kSad = 4,
12  kHappy = 5,
13  kSurprise = 6,
14  kPuzzled = 7,
15  };
16 }
Definition: AbsorbEffect.h:6
EmotionType
Definition: EmotionTypes.h:6