I'm a doctor, not a mechanic

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

c_Tabs

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'PageTabs'

HighScoreFile

Type: string

file where the higscores are stored

Default value: "UT2004HighScores"

i_Background

Type: BackgroundImage

Modifiers: automated


Default value: BackgroundImage'PageBackground'

i_bkChar

Type: GUIImage

Modifiers: automated


Default value: GUIImage'BkChar'

i_bkScan

Type: GUIImage

Modifiers: automated


Default value: BackgroundImage'PageScanLine'

PanelCaption

Type: array<string>

Modifiers: localized


PanelClass

Type: array<string>


PanelHint

Type: array<string>

Modifiers: localized


t_Footer

Type: ButtonFooter

Modifiers: automated


t_Header

Type: GUIHeader

Modifiers: automated


TotalUnlockedCharacters

Type: string

Modifiers: private, globalconfig


Default values

Property Value
bPersistent True
bRestorable True
WinHeight 1.0
WinTop 0.0

Subobjects

BkChar

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

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

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

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

Static functions

IsUnlocked

static function bool IsUnlocked (string CharName)


UnlockCharacter

static function bool UnlockCharacter (string CharName)


Events

HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: GUIPage.InitComponent


Other instance functions

GetRestoreParams

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

Overrides: GUIPage.GetRestoreParams


InternalOnChange

function InternalOnChange (GUIComponent Sender)