‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
replay_gun.gsh
Go to the documentation of this file.
1 
2 #define REPLAY_GUN_NAME "chaser"
3 #define REPLAY_GUN_SETTINGS "chaser_settings"
4 
5 #define TARGET_OUTLINE_OFF 0
6 #define TARGET_OUTLINE_SUSPEND 1
7 #define TARGET_OUTLINE_LOCKING 2
8 #define TARGET_OUTLINE_LOCKED 3
9 // these aren't currently used
10 #define TARGET_OUTLINE_THERMAL 4
11 #define TARGET_OUTLINE_GREEN 5
12 #define TARGET_OUTLINE_ORANGE 6
13 #define TARGET_OUTLINE_RED 7
14 
15 
16 // These are the values of the state parameter on a lockon_changed notify
17 #define REPLAYGUN_TARGET_LOST 0
18 #define REPLAYGUN_TARGET_LOCKING 1
19 #define REPLAYGUN_TARGET_LOCKED 2
20 #define REPLAYGUN_TARGET_SUSPEND 3
21 #define REPLAYGUN_TARGET_REGAIN 4
22 
23 
24 
25