‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_ability_gadgets.csc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 #using scripts\shared\callbacks_shared;
3 #using scripts\shared\system_shared;
4 
5 #using scripts\shared\abilities\_ability_player;
6 #using scripts\shared\abilities\_ability_power;
7 #using scripts\shared\abilities\_ability_util;
8 
9 #insert scripts\shared\shared.gsh;
10 
11 #namespace ability_gadgets;
12 
13 ‪REGISTER_SYSTEM( "ability_gadgets", &‪__init__, undefined )
14 
15 function ‪__init__()
16 {
17 }
18 
‪__init__
‪function __init__()
Definition: _ability_gadgets.csc:15
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204