‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
antipersonnelguidance.gsh
Go to the documentation of this file.
1 
2 #define TARGET_OUTLINE_OFF 0
3 #define TARGET_OUTLINE_SUSPEND 1
4 #define TARGET_OUTLINE_LOCKING 2
5 #define TARGET_OUTLINE_LOCKED 3
6 // these aren't currently used
7 #define TARGET_OUTLINE_THERMAL 4
8 #define TARGET_OUTLINE_GREEN 5
9 #define TARGET_OUTLINE_ORANGE 6
10 #define TARGET_OUTLINE_RED 7
11 
12 
13 // These are the values of the state parameter on a lockon_changed notify
14 #define AP_TARGET_LOST 0
15 #define AP_TARGET_LOCKING 1
16 #define AP_TARGET_LOCKED 2
17 #define AP_TARGET_SUSPEND 3
18 #define AP_TARGET_REGAIN 4
19 
20 
21 
22