I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UT2SinglePlayerMain (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2SinglePlayerMain
Package: 
XInterface
This class in other games:
UT2004

Class: XInterface.UT2SinglePlayerMain Parent: XInterface.GUIPage

<Enter a description here>

Properties[edit]

bFinishedPanels[edit]

Type: bool

to avoid creating roster at wrong time

ButtonMenu[edit]

Type: GUIButton


ButtonPlay[edit]

Type: GUIButton


MessageCreateProfileFirst[edit]

Type: string

Modifiers: localized


Default value: "You must create or load a profile before playing."

MessageLadderAvailable[edit]

Type: string

Modifiers: localized


Default value: "ladder is now available."

MessageLadderComplete[edit]

Type: string

Modifiers: localized


Default value: "ladder completed."

TabC[edit]

Type: GUITabControl


TabHintLadder[edit]

Type: string

Modifiers: localized


Default value: "Team competition in the Unreal Tournament"

TabHintProfileLoad[edit]

Type: string

Modifiers: localized


Default value: "Manage your existing single player campaigns"

TabHintProfileNew[edit]

Type: string

Modifiers: localized


Default value: "Create a new single player campaign"

TabHintQualification[edit]

Type: string

Modifiers: localized


Default value: "Individual competition to qualify for the Unreal Tournament"

TabHintRoster[edit]

Type: string

Modifiers: localized


Default value: "Manage your lineup for the next match"

TabHintTutorials[edit]

Type: string

Modifiers: localized


Default value: "View tutorials for each game type"

TabNameLadder[edit]

Type: string

Modifiers: localized


Default value: "Ladder"

TabNameProfileLoad[edit]

Type: string

Modifiers: localized


Default value: "Manage Profiles"

TabNameProfileNew[edit]

Type: string

Modifiers: localized


Default value: "Create Profile"

TabNameQualification[edit]

Type: string

Modifiers: localized


Default value: "Qualification"

TabNameRoster[edit]

Type: string

Modifiers: localized


Default value: "Roster"

TabNameTutorials[edit]

Type: string

Modifiers: localized


Default value: "Tutorials"

TP_Ladder[edit]

Type: Tab_SPPanelBase


TP_Play[edit]

Type: Tab_SPPanelBase


TP_Profile[edit]

Type: Tab_SPPanelBase


TP_Qual[edit]

Type: Tab_SPPanelBase


TP_Roster[edit]

Type: Tab_SPPanelBase


TP_Tutorials[edit]

Type: Tab_SPPanelBase


Default values[edit]

Property Value
Background Material'InterfaceContent.Backgrounds.bg11'
Controls[0] GUITabControl'SPTabs'
Controls[1] GUITitleBar'SPHints'
Controls[2] GUIButton'SPBack'
Controls[3] GUIButton'SPPlay'
Controls[4] GUITitleBar'SPPageHeader'
WinHeight 1.0

Subobjects[edit]

SPBack[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "MENU"
Hint "Return to main menu"
OnClick ButtonClick
StyleName "SquareMenuButton"
WinHeight 0.055
WinLeft 0.0
WinTop 0.93
WinWidth 0.12

SPevent[edit]

Class: XInterface.moComboBox

Property Value
Caption "SpecialEvent Test"
CaptionWidth 0.375
WinHeight 0.06
WinLeft 0.446251
WinTop 0.043745
WinWidth 0.548128

SPHints[edit]

Class: XInterface.GUITitleBar

Property Value
bUseTextHeight False
Justification TXTA_Center
StyleName "Footer"
WinHeight 0.055
WinLeft 0.12
WinTop 0.93
WinWidth 0.76

SPPageHeader[edit]

Class: XInterface.GUITitleBar

Property Value
Caption "Single Player"
Effect Material'CO_Final'
StyleName "Header"
WinHeight 46.0
WinLeft 0.0
WinTop 0.036406
WinWidth 1.0

SPPlay[edit]

Class: XInterface.GUIButton

Property Value
bFocusOnWatch True
Caption "PLAY"
Hint "Play the selected match"
OnClick ButtonClick
StyleName "SquareMenuButton"
WinHeight 0.055
WinLeft 0.88
WinTop 0.93
WinWidth 0.12

SPTabs[edit]

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
bFillSpace True
OnChange TabChange;
TabHeight 0.04
WinHeight 48.0
WinLeft 0.0
WinTop 0.25
WinWidth 1.0

Functions[edit]

Events[edit]

ChangeHint[edit]

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


Other instance functions[edit]

BoxChange[edit]

function BoxChange (GUIComponent Sender)


ButtonClick[edit]

function bool ButtonClick (GUIComponent Sender)


HandleSpecialEvent[edit]

function HandleSpecialEvent (string SpecialEvent)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


PassThroughProfileUpdated[edit]

function PassThroughProfileUpdated ()


PopupButton[edit]

function PopupButton (byte yButton)


ProfileUpdated[edit]

function ProfileUpdated ()


ResetTitleBar[edit]

function ResetTitleBar (GUITabButton TB)


TabChange[edit]

function TabChange (GUIComponent Sender)