mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-11 02:37:56 -05:00
Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts
This commit is contained in:
23
AW/PC/MP/codescripts/struct.gsc
Normal file
23
AW/PC/MP/codescripts/struct.gsc
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user