CommonLibSSE (Parapets fork)
ImpactResults.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  enum class ImpactResult
6  {
7  kNone = 0,
8  kDestroy = 1,
9  kBounce = 2,
10  kImpale = 3,
11  kStick = 4
12  };
13 }
Definition: AbsorbEffect.h:6
ImpactResult
Definition: ImpactResults.h:6