‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_tabun.gsc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 #using scripts\shared\sound_shared;
3 #using scripts\shared\util_shared;
4 #using scripts\shared\weapons\_tabun;
5 
6 #insert scripts\shared\shared.gsh;
7 
8 #using scripts\mp\_util;
9 
10 #namespace tabun;
11 
12 function ‪init()
13 {
15 }
‪init
‪function init()
Definition: _tabun.gsc:12
‪init_shared
‪function init_shared()
Definition: _tabun.gsc:9