mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 18:27:57 -05:00
Full AW Dump
This commit is contained in:
23
AW/PC/codescripts/struct.gsc
Normal file
23
AW/PC/codescripts/struct.gsc
Normal file
@ -0,0 +1,23 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: struct.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 32 ms
|
||||
* Timestamp: 4/22/2024 2:02:46 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
initstructs()
|
||||
{
|
||||
level.struct = [];
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
createstruct()
|
||||
{
|
||||
var_00 = spawnstruct();
|
||||
level.struct[level.struct.size] = var_00;
|
||||
return var_00;
|
||||
}
|
Reference in New Issue
Block a user