‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
ai_puppeteer_shared.gsc
Go to the documentation of this file.
1 #using scripts\shared\array_shared;
2 #using scripts\shared\colors_shared;
3 #using scripts\shared\spawner_shared;
4 #using scripts\shared\system_shared;
5 #using scripts\shared\util_shared;
6 
7 #insert scripts\shared\shared.gsh;
8 
9 #using scripts\shared\ai\archetype_utility;
10 #using scripts\shared\ai\systems\init;
11 #using scripts\shared\ai\archetype_utility;
12 #namespace ai_puppeteer;
13 
14 ‪REGISTER_SYSTEM( "ai_puppeteer", &‪__init__, undefined )
15 
16 function ‪__init__()
17 {
18 }
19 
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪__init__
‪function __init__()
Definition: ai_puppeteer_shared.gsc:16