| 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
| Variables Summary | |
|---|---|
| GUIButton | b_Back |
| GUIButton | b_Primary |
| GUIButton | b_Secondary |
| UT2K4GamePageBase | Owner |
| UT2K4GameFooter | |
| string | PrimaryCaption |
| string | PrimaryHint |
| string | SecondaryCaption |
| string | SecondaryHint |
| Inherited Variables from GUI2K4.ButtonFooter |
|---|
| Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController InController, GUIComponent InOwner) | |
![]() | SetupButtons (optional string bPerButtonSizes) | |
| Inherited Functions from GUI2K4.ButtonFooter |
|---|
| ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
SetupButtons Source code| Defaultproperties |
|---|
defaultproperties { Begin Object Class=GUIButton Name=GamePrimaryButton StyleName="FooterButton" WinTop=0.966146 WinLeft=0.880000 WinWidth=0.120000 WinHeight=0.033203 TabOrder=0 bBoundToParent=Wahr OnKeyEvent=GamePrimaryButton.InternalOnKeyEvent End Object b_Primary=GUIButton'GUI2K4.UT2K4GameFooter.GamePrimaryButton' Begin Object Class=GUIButton Name=GameSecondaryButton StyleName="FooterButton" WinTop=0.966146 WinLeft=0.758125 WinWidth=0.120000 WinHeight=0.033203 TabOrder=1 bBoundToParent=Wahr OnKeyEvent=GameSecondaryButton.InternalOnKeyEvent End Object b_Secondary=GUIButton'GUI2K4.UT2K4GameFooter.GameSecondaryButton' Begin Object Class=GUIButton Name=GameBackButton Caption="BACK" StyleName="FooterButton" Hint="Return to Previous Menu" WinTop=0.966146 WinWidth=0.120000 WinHeight=0.033203 TabOrder=2 bBoundToParent=Wahr OnKeyEvent=GameBackButton.InternalOnKeyEvent End Object b_Back=GUIButton'GUI2K4.UT2K4GameFooter.GameBackButton' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||