There is no spoon
UE2:UT2K4GameFooter (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> ButtonFooter >> UT2K4GameFooter |
Contents
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 12/14/2003 This footer goes on Instant Action & Host Multiplayer pages
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
PrimaryCaption
Type: string
Modifiers: localized
PrimaryHint
Type: string
Modifiers: localized
SecondaryCaption
Type: string
Modifiers: localized
SecondaryHint
Type: string
Modifiers: localized
Internal variables
b_Back
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GameBackButton'
b_Primary
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GamePrimaryButton'
b_Secondary
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GameSecondaryButton'
Owner
Type: UT2K4GamePageBase
Subobjects
GameBackButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "BACK" |
Hint | "Return to Previous Menu" |
StyleName | "FooterButton" |
TabOrder | 2 |
WinHeight | 0.033203 |
WinLeft | 0.0 |
WinTop | 0.966146 |
WinWidth | 0.12 |
GamePrimaryButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
MenuState | MSAT_Disabled |
StyleName | "FooterButton" |
TabOrder | 0 |
WinHeight | 0.033203 |
WinLeft | 0.88 |
WinTop | 0.966146 |
WinWidth | 0.12 |
GameSecondaryButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
MenuState | MSAT_Disabled |
StyleName | "FooterButton" |
TabOrder | 1 |
WinHeight | 0.033203 |
WinLeft | 0.758125 |
WinTop | 0.966146 |
WinWidth | 0.12 |
Functions
Events
InitComponent
event InitComponent (GUIController InController, GUIComponent InOwner)
Overrides: ButtonFooter.InitComponent
Other instance functions
SetupButtons
function SetupButtons (optional string bPerButtonSizes)
Overrides: ButtonFooter.SetupButtons