Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4SP_DetailsTeam (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4SP_DetailsTeam |
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
btnOk
Type: GUIButton
Modifiers: automated
Default value: GUIButton'SPDTbtnOk'
cbDescription
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'SPDTcbDescription'
imgPicture
Type: GUIImage
Modifiers: automated
Default value: GUIImage'SPDTimgPicture'
lblTitle
Type: GUILabel
Modifiers: automated
Default value: GUILabel'SPDTlblTitle'
Default values
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
SPDTbtnOk
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
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
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
ImageAlign | IMGA_Center | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Alpha | ||||||||||
ImageStyle | ISTY_Justified | ||||||||||
RenderWeight | 0.3 | ||||||||||
WinHeight | 0.4125 | ||||||||||
WinLeft | 0.03125 | ||||||||||
WinTop | 0.1625 | ||||||||||
WinWidth | 0.225 |
SPDTlblTitle
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
Events
HandleParameters
Overrides: GUIPage.HandleParameters
Param1 is the fully qualified name for the team
Other instance functions
btnOkOnClick
function bool btnOkOnClick (GUIComponent Sender)