mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 18:27:57 -05:00
31 lines
750 B
Plaintext
31 lines
750 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: maps/_hud.gsc
|
|
* Game: Call of Duty: Advanced Warfare
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 10 ms
|
|
* Timestamp: 10/27/2023 1:59:28 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
init()
|
|
{
|
|
level.uiparent = spawnstruct();
|
|
level.uiparent.horzalign = "left";
|
|
level.uiparent.vertalign = "top";
|
|
level.uiparent.alignx = "left";
|
|
level.uiparent.aligny = "top";
|
|
level.uiparent.x = 0;
|
|
level.uiparent.y = 0;
|
|
level.uiparent.width = 0;
|
|
level.uiparent.height = 0;
|
|
level.uiparent.children = [];
|
|
if(level.console)
|
|
{
|
|
level.fontheight = 12;
|
|
return;
|
|
}
|
|
|
|
level.fontheight = 12;
|
|
} |