‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_spike_charge_siegebot.gsc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 
3 #using scripts\shared\system_shared;
4 
5 #insert scripts\shared\shared.gsh;
6 
7 #precache( "fx", "light/fx_light_red_spike_charge_os" );
8 
9 #namespace spike_charge_siegebot;
10 
11 ‪REGISTER_SYSTEM( "spike_charge_siegebot", &‪__init__, undefined )
12 
13 function ‪__init__()
14 {
15 }
16 
17 function ‪watch_bolt_detonation( owner ) // self == explosive_bolt entity
18 {
19  //self SetTeam( owner.team );
20 }
‪watch_bolt_detonation
‪function watch_bolt_detonation(owner)
Definition: _spike_charge_siegebot.gsc:17
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪__init__
‪function __init__()
Definition: _spike_charge_siegebot.gsc:13