Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFGui.KFHudSettings

Extends
UT2K4Tab_HudSettings

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.Settings_Tabs
                     |   
                     +-- GUI2K4.UT2K4Tab_HudSettings
                        |   
                        +-- KFGui.KFHudSettings

Variables Summary
boolbTallySpecimenKills
moCheckBoxch_LightHud
moCheckBoxch_SpecKillCounter
KFHudSettings
boolbLight
Inherited Variables from GUI2K4.UT2K4Tab_HudSettings
bCustomColor, bNames, bNoMsgs, bPersonal, bScore, bVis, bWeaponBar, bWeapons, b_CustomHUD, cCustom, ch_CustomColor, ch_DeathMsgs, ch_EnemyNames, ch_Personal, ch_Score, ch_Visible, ch_WeaponBar, ch_Weapons, co_CustomHUD, DefaultBGPos, DefaultHealthPos, fOpacity, fScale, Games, iCount, iOffset, iScale, i_BG1, i_BG2, i_Preview, i_PreviewBG, i_Scale, nu_MsgCount, nu_MsgOffset, nu_MsgScale, sl_Blue, sl_Green, sl_Opacity, sl_Red, sl_Scale
Inherited Variables from GUI2K4.Settings_Tabs
bAlwaysApply, bExpert, bNeedApply, PerformanceWarningMenu, PerformanceWarningText, Setting, t_Footer, WarningCounter, WarningLength

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitializeHUDColor ()))
function InternalOnChange (GUIComponent Sender))
function InternalOnLoadINI (GUIComponent Sender, string s))
function SaveSettings ()))
function UpdatePreviewColor ()))
Inherited Functions from GUI2K4.UT2K4Tab_HudSettings
ChangeCustomStatus, GetDefaultColor, InitComponent, InitializeHUDColor, InternalOnChange, InternalOnClick, InternalOnLoadINI, ResetClicked, SaveCustomHUDColor, SaveSettings, UpdatePreviewColor, UsingCustomColor
Inherited Functions from GUI2K4.Settings_Tabs
AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer


Variables Detail

bTallySpecimenKills Source code

var bool bTallySpecimenKills;

ch_LightHud Source code

var automated moCheckBox ch_LightHud;

ch_SpecKillCounter Source code

var automated moCheckBox ch_SpecKillCounter;

KFHudSettings

bLight Source code

var(KFHudSettings) bool bLight;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitializeHUDColor Source code

function InitializeHUDColor ( ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnLoadINI Source code

function InternalOnLoadINI ( GUIComponent Sender, string s) )

SaveSettings Source code

function SaveSettings ( ) )

UpdatePreviewColor Source code

function UpdatePreviewColor ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=moCheckBox Name=LightHud
         ComponentJustification=TXTA_Left
         CaptionWidth=0.900000
         Caption="Light HUD"
         OnCreateComponent=LightHud.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Show a light version of the HUD"
         WinTop=0.043906
         WinLeft=0.379297
         WinWidth=0.196875
         TabOrder=1
         OnChange=KFHudSettings.InternalOnChange
         OnLoadINI=KFHudSettings.InternalOnLoadINI
     End Object
     ch_LightHud=moCheckBox'KFGui.KFHudSettings.LightHud'


     Begin Object Class=moCheckBox Name=SpecimenKillCounter
         ComponentJustification=TXTA_Left
         CaptionWidth=0.900000
         Caption="Show Kill Counter"
         OnCreateComponent=SpecimenKillCounter.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Tally specimen kills on the HUD"
         WinTop=0.043906
         WinLeft=0.379297
         WinWidth=0.196875
         TabOrder=1
         OnChange=KFHudSettings.InternalOnChange
         OnLoadINI=KFHudSettings.InternalOnLoadINI
     End Object
     ch_SpecKillCounter=moCheckBox'KFGui.KFHudSettings.SpecimenKillCounter'


     Begin Object Class=GUIImage Name=PreviewBK
         Image=Texture'InterfaceArt_tex.Menu.traderlist_normal'
         ImageStyle=ISTY_Scaled
         ImageAlign=IMGA_Center
         WinTop=0.211713
         WinLeft=0.749335
         WinWidth=0.400000
         WinHeight=0.250000
         RenderWeight=1.001000
     End Object
     i_Scale=GUIImage'KFGui.KFHudSettings.PreviewBK'


     Begin Object Class=GUIImage Name=PreviewBackground
         ImageStyle=ISTY_Stretched
         ImageAlign=IMGA_Center
         WinTop=0.211713
         WinLeft=0.749335
         WinWidth=0.190000
         WinHeight=0.160000
         RenderWeight=1.002000
     End Object
     i_PreviewBG=GUIImage'KFGui.KFHudSettings.PreviewBackground'


     Begin Object Class=GUIImage Name=Preview
         Image=Texture'KillingFloorHUD.Perks.Perk_Firebug'
         ImageStyle=ISTY_Scaled
         ImageAlign=IMGA_Center
         WinTop=0.211559
         WinLeft=0.749828
         WinWidth=0.150000
         WinHeight=0.150000
         RenderWeight=1.003000
     End Object
     i_Preview=GUIImage'KFGui.KFHudSettings.Preview'


     sl_Scale=None


     sl_Red=None


     sl_Green=None


     sl_Blue=None


     ch_WeaponBar=None


     ch_EnemyNames=None


     ch_CustomColor=None


     co_CustomHUD=None


     b_CustomHUD=None


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:46.634 - Created with UnCodeX