‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
All Data Structures Files Functions Variables Macros
_gadget_overdrive.gsh
Go to the documentation of this file.
1 // For the activate effects
2 #define OVERDRIVE_VISIONSET "overdrive_initialize" // Name of the visionset file
3 #define OVERDRIVE_VISIONSET_ALIAS "overdrive" // alias in script
4 #define OVERDRIVE_VISIONSET_PRIORITY 65 // priority vs other visionsets
5 #define OVERDRIVE_VISIONSET_STEPS 15 // number of steps when ramping in/out
6 #define OVERDRIVE_VISIONSET_RAMP_IN 0.4 // activation ramp-in time
7 #define OVERDRIVE_VISIONSET_RAMP_HOLD .1 // How long to hold after ramp-in is done and before ramping-out
8 #define OVERDRIVE_VISIONSET_RAMP_OUT 1.35 // deactivation ramp-out time