‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
zclassic.csc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 
3 #insert scripts\shared\shared.gsh;
4 
5 function ‪main()
6 {
7  level._zombie_gameModePrecache =&‪onPrecacheGameType;
8  level._zombie_gamemodeMain =&‪onStartGameType;
9 
10 
11 }
12 
14 {
15 
16 }
17 
19 {
20 
21 }
‪onStartGameType
‪function onStartGameType()
Definition: zclassic.csc:18
‪onPrecacheGameType
‪function onPrecacheGameType()
Definition: zclassic.csc:13
‪main
‪function main()
Definition: zclassic.csc:5