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_hero_weapon.csc
Go to the documentation of this file.
1
#using scripts\codescripts\struct;
2
3
#using scripts\shared\callbacks_shared;
4
#using scripts\shared\clientfield_shared;
5
#using scripts\shared\duplicaterender_mgr;
6
#using scripts\shared\filter_shared;
7
#using scripts\shared\visionset_mgr_shared;
8
#using scripts\shared\util_shared;
9
10
#using scripts\shared\abilities\_ability_player;
11
#using scripts\shared\abilities\_ability_power;
12
#using scripts\shared\abilities\_ability_util;
13
14
#insert scripts\shared\shared.gsh;
15
#insert scripts\shared\version.gsh;
16
17
#using scripts\shared\system_shared;
18
19
REGISTER_SYSTEM
(
"gadget_hero_weapon"
, &
__init__
, undefined )
20
21
function
__init__
()
22
{
23
}
24
25
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
__init__
function __init__()
Definition:
_gadget_hero_weapon.csc:21
scripts
shared
abilities
gadgets
_gadget_hero_weapon.csc
Generated by
1.8.17