‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_teamset.csc
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 #namespace teamset;
8 
9 ‪REGISTER_SYSTEM( "teamset_seals", &‪__init__, undefined )
10 
11 function ‪__init__()
12 {
13  level.allies_team = "allies";
14  level.axis_team = "axis";
15 }
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪__init__
‪function __init__()
Definition: _teamset.csc:11