mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-11 18:57:57 -05:00
Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts
This commit is contained in:
34
IW/PC/ALL/scripts/common/scriptable.gsc
Normal file
34
IW/PC/ALL/scripts/common/scriptable.gsc
Normal file
@ -0,0 +1,34 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: scripts\common\scriptable.gsc
|
||||
* Game: Call of Duty: Infinite Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 2
|
||||
* Decompile Time: 67 ms
|
||||
* Timestamp: 10/27/2023 12:23:27 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
func_EF33(param_00)
|
||||
{
|
||||
level.var_EF2E = param_00;
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
func_028A()
|
||||
{
|
||||
if(isdefined(level.var_EF2E))
|
||||
{
|
||||
[[ level.var_EF2E ]]();
|
||||
}
|
||||
|
||||
if(scripts\common\utility::issp())
|
||||
{
|
||||
if(!scripts\common\utility::func_6E34("scriptables_ready"))
|
||||
{
|
||||
scripts\common\utility::flag_init("scriptables_ready");
|
||||
}
|
||||
|
||||
scripts\common\utility::flag_set("scriptables_ready");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user