My program doesn't have bugs. It just develops random features.
UE2:UT2K4SP_MapChallenge (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4SP_MapChallenge |
Contents
- 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. |
Challenge for the alternative map
Written by Michiel Hendriks (c) 2003, 2004, Epic Games, Inc. All Rights Reserved
Properties
ActiveMap
Type: CacheManager.MapRecord
btnCancel
Type: GUIButton
Modifiers: automated
Default value: GUIButton'SPCbtnCancel'
btnOk
Type: GUIButton
Modifiers: automated
Default value: GUIButton'SPMbtnOk'
ChallengeDesc
Type: string
Modifiers: localized
Default value: "The current arena for this match is %curmap%.|You can change this arena to %altmap% when you pay %fee%."
ChalMI
Type: UT2K4MatchInfo
Challenge match info
ChangeCost
Type: float
GP
Type: UT2K4GameProfile
imgMap
Type: GUIImage
Modifiers: automated
Default value: GUIImage'SPCimgMap'
imgMapBg
Type: GUIImage
Modifiers: automated
Default value: GUIImage'SPCimgMapBg'
lblDesc
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'SPClblDesc'
lblTitle
Type: GUILabel
Modifiers: automated
Default value: GUILabel'SPClblTitle'
Default values
Property | Value |
---|---|
DefaultLeft | 0.1 |
DefaultWidth | 0.8 |
WinLeft | 0.1 |
WinWidth | 0.8 |
Subobjects
SPCbtnCancel
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "CANCEL" |
FontScale | FNS_Small |
OnClick | OnCancelClick |
RenderWeight | 0.2 |
TabOrder | 2 |
WinHeight | 0.044444 |
WinLeft | 0.037848 |
WinTop | 0.854397 |
WinWidth | 0.222222 |
SPCimgMap
Class: XInterface.GUIImage
Property | Value |
---|---|
bBoundToParent | True |
Image | Material'2K4Menus.Controls.sectionback' |
ImageStyle | ISTY_Scaled |
RenderWeight | 0.15 |
WinHeight | 0.32125 |
WinLeft | 0.224722 |
WinTop | 0.155865 |
WinWidth | 0.441667 |
SPCimgMapBg
Class: XInterface.GUIImage
Property | Value |
---|---|
bBoundToParent | True |
Image | Material'2K4Menus.Controls.sectionback' |
ImageStyle | ISTY_Scaled |
RenderWeight | 0.1 |
WinHeight | 0.333333 |
WinLeft | 0.222222 |
WinTop | 0.144641 |
WinWidth | 0.444444 |
SPClblDesc
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bBoundToParent | True |
bNoTeletype | True |
RenderWeight | 0.2 |
StyleName | "NoBackground" |
TabOrder | 1 |
WinHeight | 0.09 |
WinLeft | 0.042813 |
WinTop | 0.717846 |
WinWidth | 0.731251 |
SPClblTitle
Class: XInterface.GUILabel
Property | Value |
---|---|
bBoundToParent | True |
Caption | "Change Arena" |
FontScale | FNS_Large |
RenderWeight | 0.2 |
StyleName | "TextLabel" |
TextAlign | TXTA_Center |
WinHeight | 0.0525 |
WinLeft | 0.021563 |
WinTop | 0.057847 |
WinWidth | 0.762501 |
SPMbtnOk
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "CHANGE" |
FontScale | FNS_Small |
OnClick | OnOkClick |
RenderWeight | 0.2 |
TabOrder | 1 |
WinHeight | 0.044444 |
WinLeft | 0.685071 |
WinTop | 0.854397 |
WinWidth | 0.222222 |
Delegates
MapSelectionUpdate
called when the OK button was clicked
Functions
Events
InitComponent
Overrides: FloatingWindow.InitComponent