‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_powerup_carpenter.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_carpenter;
13 
14 ‪REGISTER_SYSTEM( "zm_powerup_carpenter", &‪__init__, undefined )
15 
16 function ‪__init__()
17 {
20 }
‪__init__
‪function __init__()
Definition: _zm_powerup_carpenter.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