mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-27 09:57:53 -05:00
Full AW Dump
This commit is contained in:
23
AW/PC/maps/_upgrade_system.gsc
Normal file
23
AW/PC/maps/_upgrade_system.gsc
Normal file
@ -0,0 +1,23 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: _upgrade_system.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 40 ms
|
||||
* Timestamp: 4/22/2024 2:23:35 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
init()
|
||||
{
|
||||
maps\_upgrade_challenge::init();
|
||||
maps\_upgrade_perks::init();
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
upgrade_is_purchased(param_00)
|
||||
{
|
||||
var_01 = self getlocalplayerprofiledata("sp_upgradePurchased",param_00) == "1";
|
||||
return var_01;
|
||||
}
|
Reference in New Issue
Block a user