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
_zm_powerup_ww_grenade.csc
Go to the documentation of this file.
1
#using scripts\codescripts\struct;
2
3
#using scripts\shared\system_shared;
4
5
#insert scripts\shared\shared.gsh;
6
7
#using scripts\zm\_zm_powerups;
8
9
#insert scripts\zm\_zm_powerups.gsh;
10
#insert scripts\zm\_zm_utility.gsh;
11
12
#namespace zm_powerup_ww_grenade;
13
14
REGISTER_SYSTEM
(
"zm_powerup_ww_grenade"
, &
__init__
, undefined )
15
16
function
__init__
()
17
{
18
zm_powerups::include_zombie_powerup
(
"ww_grenade"
);
19
zm_powerups::add_zombie_powerup
(
"ww_grenade"
);
20
}
__init__
function __init__()
Definition:
_zm_powerup_ww_grenade.csc:16
include_zombie_powerup
function include_zombie_powerup(powerup_name)
Definition:
_zm_powerups.csc:81
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
add_zombie_powerup
function add_zombie_powerup(powerup_name, client_field_name, clientfield_version=VERSION_SHIP)
Definition:
_zm_powerups.csc:40
scripts
zm
_zm_powerup_ww_grenade.csc
Generated by
1.8.17