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 |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIButton Name=GamePrimaryButton StyleName="FooterButton" WinWidth=0.12 WinHeight=0.033203 WinTop=0.966146 WinLeft=0.88 TabOrder=0 bBoundToParent=True MenuState=MSAT_Disabled End Object b_Primary=GamePrimaryButton Begin Object Class=GUIButton Name=GameSecondaryButton StyleName="FooterButton" WinWidth=0.120000 WinHeight=0.033203 WinTop=0.966146 WinLeft=0.758125 TabOrder=1 bBoundToParent=True MenuState=MSAT_Disabled End Object b_Secondary=GameSecondaryButton Begin Object Class=GUIButton Name=GameBackButton Caption="BACK" Hint="Return to Previous Menu" StyleName="FooterButton" WinWidth=0.12 WinHeight=0.033203 WinTop=0.966146 WinLeft=0 TabOrder=2 bBoundToParent=True End Object b_Back=GameBackButton } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |