Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
_ballistic_knife.gsc
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\system_shared;
6
#using scripts\shared\weapons\_ballistic_knife;
7
8
#insert scripts\shared\shared.gsh;
9
10
#namespace ballistic_knife;
11
12
REGISTER_SYSTEM
(
"ballistic_knife"
, &
__init__
, undefined )
13
14
function
__init__
()
15
{
16
ballistic_knife::init_shared
();
17
}
init_shared
function init_shared()
Definition:
_ballistic_knife.gsc:16
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
__init__
function __init__()
Definition:
_ballistic_knife.gsc:14
scripts
mp
_ballistic_knife.gsc
Generated by
1.8.17