‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
fr.gsh
Go to the documentation of this file.
1 #define FR_STATE_PRESTART 0
2 #define FR_STATE_RUNNING 1
3 #define FR_STATE_FINISHED 2
4 #define FR_STATE_PAUSED 3
5 #define FR_STATE_QUIT 4
6 #define FR_STATE_DIALOG 5
7 
8 #define FR_RETRIES_BITS 16
9 #define FR_FAULTS_BITS 16
10 #define FR_TIME_BITS 31
11 #define FR_BULLETPENALTY_BITS 16