Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4SP_DetailsTeam (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4SP_DetailsTeam
Package: 
GUI2K4

Used on the details page to display addition team deletails HandleParams request the teams name as 1st param

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

Properties[edit]

btnOk[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'SPDTbtnOk'

cbDescription[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'SPDTcbDescription'

imgPicture[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'SPDTimgPicture'

lblTitle[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'SPDTlblTitle'

Default values[edit]

Property Value
DefaultHeight 0.598749
DefaultLeft 0.08
DefaultTop 0.193333
DefaultWidth 0.8275
WinHeight 0.598749
WinLeft 0.08
WinTop 0.193333
WinWidth 0.8275

Subobjects[edit]

SPDTbtnOk[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "CLOSE"
FontScale FNS_Small
OnClick btnOkOnClick
WinHeight 0.04
WinLeft 0.337813
WinTop 0.865625
WinWidth 0.2

SPDTcbDescription[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNoTeletype True
FontScale FNS_Medium
WinHeight 0.4125
WinLeft 0.425
WinTop 0.166667
WinWidth 0.324999

SPDTimgPicture[edit]

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.4125
WinLeft 0.03125
WinTop 0.1625
WinWidth 0.225

SPDTlblTitle[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
FontScale FNS_Large
RenderWeight 0.4
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.05375
WinLeft 0.0275
WinTop 0.068333
WinWidth 0.5675

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters

Param1 is the fully qualified name for the team

Other instance functions[edit]

btnOkOnClick[edit]

function bool btnOkOnClick (GUIComponent Sender)