2023-10-27 03:49:01 -04:00

23 lines
513 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: codescripts\struct.gsc
* Game: Call of Duty: Ghosts
* Platform: PC
* Function Count: 2
* Decompile Time: 35 ms
* Timestamp: 10/27/2023 1:15:58 AM
*******************************************************************/
//Function Number: 1
func_4655()
{
level.struct = [];
}
//Function Number: 2
createstruct()
{
var_00 = spawnstruct();
level.struct[level.struct.size] = var_00;
return var_00;
}