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

KFGui.KFTab_DLCAll

Extends
UT2K4TabPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- KFGui.KFTab_DLCAll

Direct Known Subclasses:

KFTab_DLCCharacters, KFTab_DLCWeapons

Variables Summary
GUISectionBackgroundi_BGDLC
KFDLCListBoxlb_DLC
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function ShowPanel (bool bShow))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

i_BGDLC Source code

var automated GUISectionBackground i_BGDLC;

lb_DLC Source code

var automated KFDLCListBox lb_DLC;


Functions Detail

ShowPanel Source code

function ShowPanel ( bool bShow) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUISectionBackground Name=BGDLC
         HeaderBase=Texture'KF_InterfaceArt_tex.Menu.Med_border'
         WinTop=0.018000
         WinLeft=0.050000
         WinWidth=0.900000
         WinHeight=0.960000
         OnPreDraw=BGDLC.InternalPreDraw
     End Object
     i_BGDLC=GUISectionBackground'KFGui.KFTab_DLCAll.BGDLC'


     Begin Object Class=KFDLCListBox Name=DLCList
         bShowCharacters=True
         bShowWeapons=True
         OnCreateComponent=DLCList.InternalOnCreateComponent
         WinTop=0.090000
         WinLeft=0.072959
         WinWidth=0.851529
         WinHeight=0.867808
     End Object
     lb_DLC=KFDLCListBox'KFGui.KFTab_DLCAll.DLCList'


     WinTop=0.150000
     WinHeight=0.720000
}

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