mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 10:27:55 -05:00
24 lines
689 B
Plaintext
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);
|
|
} |