I don't need to test my programs. I have an error-correcting modem.

UE2:UT2K4GameFooter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> ButtonFooter >> UT2K4GameFooter
Package: 
GUI2K4

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[edit]

Property group 'UT2K4GameFooter'[edit]

PrimaryCaption[edit]

Type: string

Modifiers: localized


PrimaryHint[edit]

Type: string

Modifiers: localized


SecondaryCaption[edit]

Type: string

Modifiers: localized


SecondaryHint[edit]

Type: string

Modifiers: localized


Internal variables[edit]

b_Back[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'GameBackButton'

b_Primary[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'GamePrimaryButton'

b_Secondary[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'GameSecondaryButton'

Owner[edit]

Type: UT2K4GamePageBase


Subobjects[edit]

GameBackButton[edit]

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[edit]

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[edit]

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[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: ButtonFooter.InitComponent


Other instance functions[edit]

SetupButtons[edit]

function SetupButtons (optional string bPerButtonSizes)

Overrides: ButtonFooter.SetupButtons