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

KFGui.KFGameFooter


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 KFGameFooter extends UT2K4GameFooter;

defaultproperties
{
     Begin Object Class=GUIButton Name=GamePrimaryButton
         AutoSizePadding=(HorzPerc=0.400000)
         bAutoSize=True
         MenuState=MSAT_Disabled
         WinTop=0.906146
         WinHeight=0.033203
         TabOrder=0
         bBoundToParent=True
         OnKeyEvent=GamePrimaryButton.InternalOnKeyEvent
     End Object
     b_Primary=GUIButton'KFGui.KFGameFooter.GamePrimaryButton'

     Begin Object Class=GUIButton Name=GameSecondaryButton
         AutoSizePadding=(HorzPerc=0.400000)
         bAutoSize=True
         MenuState=MSAT_Disabled
         WinTop=0.906146
         WinHeight=0.033203
         TabOrder=1
         bBoundToParent=True
         OnKeyEvent=GameSecondaryButton.InternalOnKeyEvent
     End Object
     b_Secondary=GUIButton'KFGui.KFGameFooter.GameSecondaryButton'

     Begin Object Class=GUIButton Name=GameBackButton
         Caption="BACK"
         AutoSizePadding=(HorzPerc=0.400000)
         bAutoSize=True
         Hint="Return to Previous Menu"
         WinTop=0.906146
         WinHeight=0.033203
         TabOrder=2
         bBoundToParent=True
         OnKeyEvent=GameBackButton.InternalOnKeyEvent
     End Object
     b_Back=GUIButton'KFGui.KFGameFooter.GameBackButton'

     Justification=TXTA_Right
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:26.000 - Creation time: Fri 13-10-2023 03:19:03.346 - Created with UnCodeX