Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
_gadget_other.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_other"
, &
__init__
, undefined )
20
21
function
__init__
()
22
{
23
}
24
25
__init__
function __init__()
Definition:
_gadget_other.csc:21
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
scripts
shared
abilities
gadgets
_gadget_other.csc
Generated by
1.8.17