mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-05 21:37:51 -05:00
Full AW Dump
This commit is contained in:
24
AW/PC/maps/createart/lab_fog.gsc
Normal file
24
AW/PC/maps/createart/lab_fog.gsc
Normal file
@ -0,0 +1,24 @@
|
||||
/*******************************************************************
|
||||
* 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);
|
||||
}
|
Reference in New Issue
Block a user