‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
weapons_shared.csc
Go to the documentation of this file.
1 #using scripts\shared\callbacks_shared;
2 #using scripts\shared\system_shared;
3 
4 #insert scripts\shared\shared.gsh;
5 
6 #namespace weapons_shared;
7 
8 ‪REGISTER_SYSTEM( "weapon_shared", &‪__init__, undefined )
9 
10 #precache( "client_fx", "weapon/fx_hero_bow_lnchr_glow" );
11 
12 function ‪__init__()
13 {
14 }
15 
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪__init__
‪function __init__()
Definition: weapons_shared.csc:12