mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
23 lines
525 B
Plaintext
23 lines
525 B
Plaintext
/*******************************************************************
|
|
* 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;
|
|
} |