‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_weap_bouncingbetty.csc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 
3 #using scripts\shared\callbacks_shared;
4 #using scripts\shared\system_shared;
5 #using scripts\shared\util_shared;
6 #using scripts\shared\weapons\_bouncingbetty;
7 
8 #insert scripts\shared\shared.gsh;
9 
10 #using scripts\zm\_util;
11 
12 #namespace bouncingbetty;
13 
14 ‪REGISTER_SYSTEM( "bouncingbetty", &‪__init__, undefined )
15 
16 function ‪__init__( localClientNum )
17 {
19 }
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪init_shared
‪function init_shared()
Definition: _incendiary.gsc:25
‪__init__
‪function __init__(localClientNum)
Definition: _zm_weap_bouncingbetty.csc:16