Mostly Harmless

UE2:UT2K4SPTab_DetailPhantom (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4SPTab_Base >> UT2K4SPTab_DetailPhantom
Package: 
GUI2K4

Overview of phantom matches played

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

lbMatches[edit]

Type: MultiSelectListBox

Modifiers: automated


Default value: MultiSelectListBox'SPDPlbMatches'

msgGameTime[edit]

Type: string

Modifiers: localized


Default value: "Game time: %gametime% minutes"

msgMatchInfo[edit]

Type: string

Modifiers: localized


Default value: "%gametype% in %map%"

msgScore[edit]

Type: string

Modifiers: localized


Default value: "Score: %team1% - %team2%"

sbgMatchesBg[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'SPDPimgMatchesBg'

TeamDetailPage[edit]

Type: string


Default value: "GUI2K4.UT2K4SP_DetailsTeam"

VS[edit]

Type: string

Modifiers: localized


Default value: "vs"

Default values[edit]

Property Value
ContextMenu GUIContextMenu'SPDPcmMatches'
PanelCaption "Other Tournament Matches"

Subobjects[edit]

SPDPcmMatches[edit]

Class: XInterface.GUIContextMenu

Property Value
ContextItems[0] "Team details"
OnSelect cmMatchesOnClick

SPDPimgMatchesBg[edit]

Class: XInterface.GUISectionBackground

Property Value
bBoundToParent True
Caption "Other Tournament Matches Played During Your Match"
WinHeight 0.8
WinLeft 0.1
WinTop 0.1
WinWidth 0.8

SPDPlbMatches[edit]

Class: XInterface.MultiSelectListBox

Property Value
bBoundToParent True
bVisibleWhenEmpty True
FontScale FNS_Medium
OnClickSound CS_None
RenderWeight 0.2
StyleName "NoBackground"
WinHeight 0.686097
WinLeft 0.117832
WinTop 0.179697
WinWidth 0.764337

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4SPTab_Base.InitComponent


Other instance functions[edit]

cmMatchesOnClick[edit]

function cmMatchesOnClick (GUIContextMenu Sender, int ClickIndex)


getTeamName[edit]

function string getTeamName (string TeamClass)


OnPhantomTrack[edit]

function OnPhantomTrack (GUIComponent Sender, int LastIndex)