Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts

This commit is contained in:
InfinityLoader
2023-10-27 03:49:01 -04:00
parent d559c1d414
commit fbfff3c275
5072 changed files with 3221958 additions and 0 deletions

View File

@ -0,0 +1,23 @@
/*******************************************************************
* Decompiled By: Bog
* Decompiled File: codescripts\struct.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 2
* Decompile Time: 33 ms
* Timestamp: 10/27/2023 1:40:13 AM
*******************************************************************/
//Function Number: 1
initstructs()
{
level.struct = [];
}
//Function Number: 2
createstruct()
{
var_00 = spawnstruct();
level.struct[level.struct.size] = var_00;
return var_00;
}