CommonLibSSE NG
Loading...
Searching...
No Matches
DetectionPriorities.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 kNone = 0,
8 kVeryLow = 1,
9 kLow = 2,
10 kNormal = 3,
11 kHigh = 4,
12 kCritical = 5
13 };
14}
Definition AbsorbEffect.h:6
DETECTION_PRIORITY
Definition DetectionPriorities.h:6