| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.MaplistEditor
|
+-- KFGui.KFMaplistEditor
| Variables Summary |
|---|
| Functions Summary | ||
|---|---|---|
![]() | ReloadAvailable ())) | |
| Functions Detail |
|---|
ReloadAvailable Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIButton Name=RemoveButton
Caption="Remove"
AutoSizePadding=(HorzPerc=0.500000)
Hint="Remove the selected maps from your map list"
WinTop=0.918035
WinLeft=0.511243
WinWidth=0.223407
WinHeight=0.056312
TabOrder=10
bScaleToParent=True
bRepeatClick=True
OnClickSound=CS_Down
OnClick=KFMapListEditor.ModifyMapList
OnKeyEvent=RemoveButton.InternalOnKeyEvent
End Object
b_Remove=GUIButton'KFGui.KFMapListEditor.RemoveButton'
Begin Object Class=GUIButton Name=RemoveAllButton
Caption="Remove All"
Hint="Remove all maps from your map list"
WinTop=0.918035
WinLeft=0.753268
WinWidth=0.223407
WinHeight=0.056312
TabOrder=11
bScaleToParent=True
OnClickSound=CS_Down
OnClick=KFMapListEditor.ModifyMapList
OnKeyEvent=RemoveAllButton.InternalOnKeyEvent
End Object
b_RemoveAll=GUIButton'KFGui.KFMapListEditor.RemoveAllButton'
Begin Object Class=AltSectionBackground Name=MapListSectionBackground
WinTop=0.055162
WinLeft=0.034523
WinWidth=0.941820
WinHeight=0.194434
OnPreDraw=MapListSectionBackground.InternalPreDraw
End Object
sb_MapList=AltSectionBackground'KFGui.KFMapListEditor.MapListSectionBackground'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||