Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
grapple.csc
Go to the documentation of this file.
1
#using scripts\codescripts\struct;
2
3
#using scripts\shared\array_shared;
4
#using scripts\shared\clientfield_shared;
5
#using scripts\shared\duplicaterender_mgr;
6
#using scripts\shared\filter_shared;
7
#using scripts\shared\flagsys_shared;
8
#using scripts\shared\system_shared;
9
#using scripts\shared\util_shared;
10
11
#insert scripts\shared\duplicaterender.gsh;
12
#insert scripts\shared\weapons\grapple.gsh;
13
#insert scripts\shared\shared.gsh;
14
#insert scripts\shared\version.gsh;
15
16
#namespace grapple;
17
18
REGISTER_SYSTEM
(
"grapple"
, &
__init__
, undefined )
19
20
#define GRAPPLE_OUTLINE_MATERIAL "mc/hud_outline_model_white"
21
22
function
__init__
()
23
{
24
}
25
__init__
function __init__()
Definition:
grapple.csc:22
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
scripts
shared
weapons
grapple.csc
Generated by
1.8.17