| 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.GUIBorder
|
+-- XInterface.GUIFooter
|
+-- GUI2K4.ButtonFooter
|
+-- GUI2K4.UT2K4GameFooter
|
+-- KFGui.KFGameFooter
| Variables Summary |
|---|
| Inherited Variables from GUI2K4.UT2K4GameFooter |
|---|
| b_Back, b_Primary, b_Secondary, Owner, PrimaryCaption, PrimaryHint, SecondaryCaption, SecondaryHint |
| Inherited Variables from GUI2K4.ButtonFooter |
|---|
| Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer |
| Functions Summary |
|---|
| Inherited Functions from GUI2K4.UT2K4GameFooter |
|---|
| InitComponent, SetupButtons |
| Inherited Functions from GUI2K4.ButtonFooter |
|---|
| ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer |
| Defaultproperties |
|---|
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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||