Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 |
class KFTab_DLCAll extends UT2K4TabPanel; var automated GUISectionBackground i_BGDLC; var automated KFDLCListBox lb_DLC; function ShowPanel(bool bShow) { if ( bShow ) { if ( PlayerOwner() != none ) { // Initialize the List lb_DLC.List.InitList(PlayerOwner(), PlayerOwner().SteamStatsAndAchievements, lb_DLC.bShowCharacters, lb_DLC.bShowWeapons); } } super.ShowPanel(bShow); } 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 | UnrealScript Documentation |
previous class next class | frames no frames |