Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2K4MainPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> UT2K4MainPage
Package: 
GUI2K4
Direct subclasses:
UT2K4GamePageBase, UT2K4ModsAndDemos, UT2K4SP_Details, UT2K4SP_Main, UT2K4ServerBrowser, UT2K4SettingsPage

Base class for all main menu pages.

Written by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

c_Tabs[edit]

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'PageTabs'

HighScoreFile[edit]

Type: string

file where the higscores are stored

Default value: "UT2004HighScores"

i_Background[edit]

Type: BackgroundImage

Modifiers: automated


Default value: BackgroundImage'PageBackground'

i_bkChar[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'BkChar'

i_bkScan[edit]

Type: GUIImage

Modifiers: automated


Default value: BackgroundImage'PageScanLine'

PanelCaption[edit]

Type: array<string>

Modifiers: localized


PanelClass[edit]

Type: array<string>


PanelHint[edit]

Type: array<string>

Modifiers: localized


t_Footer[edit]

Type: ButtonFooter

Modifiers: automated


t_Header[edit]

Type: GUIHeader

Modifiers: automated


TotalUnlockedCharacters[edit]

Type: string

Modifiers: private, globalconfig


Default values[edit]

Property Value
bPersistent True
bRestorable True
WinHeight 1.0
WinTop 0.0

Subobjects[edit]

BkChar[edit]

Class: XInterface.GUIImage

Property Value
Image Material'2K4Menus.BKRenders.Char01'
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageStyle ISTY_Scaled
RenderWeight 0.02
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0
X1 0
X2 1024
Y1 0
Y2 768

PageBackground[edit]

Class: XInterface.BackgroundImage

Property Value
Image Material'2K4Menus.BKRenders.bgndTile'
ImageStyle ISTY_PartialScaled
RenderWeight 0.01
X1 0
X2 4
Y1 0
Y2 768

PageScanLine[edit]

Class: XInterface.BackgroundImage

Property Value
Image Material'2K4Menus.BKRenders.ScanLines'
ImageColor
Member Value
A 32
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Tiled
RenderWeight 0.03
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0
X1 0
X2 32
Y1 0
Y2 32

PageTabs[edit]

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
BackgroundStyleName "TabBackground"
bDockPanels True
bFillSpace False
OnChange InternalOnChange
RenderWeight 0.49
TabHeight 0.04
TabOrder 3
WinHeight 0.04
WinLeft 0.01
WinTop 0.0
WinWidth 0.98

Functions[edit]

Static functions[edit]

IsUnlocked[edit]

static function bool IsUnlocked (string CharName)


UnlockCharacter[edit]

static function bool UnlockCharacter (string CharName)


Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent[edit]

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

GetRestoreParams[edit]

function bool GetRestoreParams (out string Param1, out string Param2)

Overrides: GUIPage.GetRestoreParams


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)