‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_heatseekingmissile.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\util_shared;
7 #using scripts\shared\weapons\_heatseekingmissile;
8 
9 #insert scripts\shared\shared.gsh;
10 
11 #using scripts\mp\_util;
12 
13 #namespace heatseekingmissile;
14 
15 ‪REGISTER_SYSTEM( "heatseekingmissile", &‪__init__, undefined )
16 
17 function ‪__init__()
18 {
19  level.lockOnCloseRange = 220;
20  level.lockOnCloseRadiusScaler = 1;
21 
23 }
‪__init__
‪function __init__()
Definition: _heatseekingmissile.gsc:17
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪init_shared
‪function init_shared()
Definition: _heatseekingmissile.gsc:22