Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
Main Page
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
e
f
h
i
j
l
m
n
p
q
r
s
t
u
v
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
d
e
f
g
j
l
m
n
o
p
q
r
s
t
v
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
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
scripts
shared
abilities
gadgets
_gadget_overdrive.gsh
Generated by
1.8.17