mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-08 01:27:51 -05:00
34 lines
753 B
Plaintext
34 lines
753 B
Plaintext
/*******************************************************************
|
|
* 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");
|
|
}
|
|
} |