Files
IL-GSC/AW/PC/maps/createart/lab_fog.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

24 lines
689 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: createart\lab_fog.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 22 ms
* Timestamp: 4/22/2024 2:06:38 AM
*******************************************************************/
//Function Number: 1
main()
{
var_00 = maps\_utility::create_vision_set_fog("lab");
var_00.startdist = 17346.26;
var_00.halfwaydist = 32487.6;
var_00.red = 0.583682;
var_00.green = 0.52939;
var_00.blue = 0.302793;
var_00.maxopacity = 1;
var_00.transitiontime = 0;
var_00.sunfogenabled = 0;
maps\_utility::vision_set_fog_changes("lab",0);
}