IL-GSC/AW/PC/codescripts/delete.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

19 lines
414 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: delete.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 20 ms
* Timestamp: 4/22/2024 2:02:46 AM
*******************************************************************/
//Function Number: 1
main()
{
wait(0);
if(isdefined(self))
{
self delete();
}
}