UE2:UT2K4SPTab_DetailEnemies (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4SPTab_Base >> UT2K4SPTab_DetailEnemies
Package:
GUI2K4

Overview of the enemy teams played against

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

Properties

btnOk

Type: GUIButton

Modifiers: automated


cbDescription

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'SPDTcbDescription'

ColumnHeadings

Type: string

Array size: 5

Modifiers: localized


Default value, index 0: "Name"

Default value, index 1: "Matches"

Default value, index 2: "They won"

Default value, index 3: "Rating"

Default value, index 4: "Strength"

imgPicture

Type: GUIImage

Modifiers: automated


Default value: GUIImage'SPDTimgPicture'

mclFoes

Type: GUI2K4MultiColumnListBox

Modifiers: automated


Default value: GUI2K4MultiColumnListBox'SPDEmclFoes'

msgMembers

Type: string

Modifiers: localized


Default value: "Members:"

sbdDetails

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'SPPsbdDetails'

sbgFoesBG

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'SPPsbgFoesBG'

SelStyle

Type: GUIStyles


StrengthLabels

Type: array<string>

Modifiers: localized


Default value, index 0: "Weak"

Default value, index 1: "Tough"

Default value, index 2: "Strong"

Default value, index 3: "Godlike"

Default value, index 4: "Phantom"

TeamDetailPage

Type: string


Default value: "GUI2K4.UT2K4SP_DetailsTeam"

TeamRosters

Type: array<class<UT2K4TeamRoster> >


TeamStats

Type: array<UT2K4GameProfile.TeamStatsRecord>

local copy, filtered

Default values

Property Value
ContextMenu GUIContextMenu'SPDEcmFoes'
PanelCaption "Opponent Teams"

Subobjects

SPDEcmFoes

Class: XInterface.GUIContextMenu

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

SPDEmclFoes

Class: GUI2K4.GUI2K4MultiColumnListBox

Property Value
bBoundToParent True
bVisibleWhenEmpty True
OnChange OnTeamSelect
OnGetSortString mclFoesOnGetSortString
RenderWeight 0.2
SelectedStyleName "ListSelection"
StyleName "ServerBrowserGrid"
WinHeight 0.267856
WinLeft 0.097832
WinTop 0.675411
WinWidth 0.791837

SPDTcbDescription

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNoTeletype True
bVisibleWhenEmpty True
FontScale FNS_Medium
StyleName "NoBackground"
WinHeight 0.4125
WinLeft 0.431123
WinTop 0.108998
WinWidth 0.456249

SPDTimgPicture

Class: XInterface.GUIImage

Property Value
bBoundToParent True
ImageAlign IMGA_Center
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Justified
RenderWeight 0.3
WinHeight 0.417091
WinLeft 0.101276
WinTop 0.105163
WinWidth 0.318878

SPPsbdDetails

Class: GUI2K4.AltSectionBackground

Property Value
bBoundToParent True
WinHeight 0.552
WinLeft 0.08275
WinTop 0.0365
WinWidth 0.820751

SPPsbgFoesBG

Class: XInterface.GUISectionBackground

Property Value
bBoundToParent True
Caption "Enemy Teams"
WinHeight 0.356249
WinLeft 0.08
WinTop 0.616587
WinWidth 0.8275

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4SPTab_Base.InitComponent


Other instance functions

mclFoesOnGetSortString

function string mclFoesOnGetSortString (GUIComponent Sender, int item, int column)


onCmFoesClick

function onCmFoesClick (GUIContextMenu Sender, int ClickIndex)


OnDrawFoesList

function OnDrawFoesList (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)


OnTeamSelect

function OnTeamSelect (GUIComponent Sender)


ShowTeamDetails

function ShowTeamDetails (string TeamName)

Param1 is the fully qualified name for the team