Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:MapInfoPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
xVoting

xVoting.MapInfoPage Map Information Page

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

AuthorText[edit]

Type: string

Modifiers: localized


Default value: "Author"

i_MapImage[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'MapImage'

l_MapAuthor[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapAuthorLabel'

l_MapPlayers[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapPlayersLabel'

l_NoPreview[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'NoPreview'

lb_MapDesc[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'MapInfoList'

lmsgLevelPreviewUnavailable[edit]

Type: string

Modifiers: localized


Default value: "Level Preview Unavailable"

Maps[edit]

Type: array<CacheManager.MapRecord>


MessageNoInfo[edit]

Type: string

Modifiers: localized


Default value: "No information available!"

PlayerText[edit]

Type: string

Modifiers: localized


Default value: "players"

sb_Info[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbInfo'

Default values[edit]

Property Value
bAllowedAsLast True
DefaultHeight 0.801954
DefaultLeft 0.264063
DefaultTop 0.077213
DefaultWidth 0.46875
WinHeight 0.801954
WinLeft 0.264063
WinTop 0.077213
WinWidth 0.46875

Subobjects[edit]

MapAuthorLabel[edit]

Class: XInterface.GUILabel

Property Value
bScaleToParent True
Caption "MapAuthor"
RenderWeight 0.3
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2ServerListFont"
WinHeight 0.049359
WinLeft 0.042804
WinTop 0.366257
WinWidth 0.915313

MapImage[edit]

Class: XInterface.GUIImage

Property Value
bScaleToParent True
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
RenderWeight 0.2
WinHeight 0.451979
WinLeft 0.281885
WinTop 0.173177
WinWidth 0.917083

MapInfoList[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent False
bNeverFocus True
bNoTeletype False
bScaleToParent True
bStripColors False
bTabStop False
bVisibleWhenEmpty True
CharDelay 0.0025
EOLDelay 0.5
StyleName "NoBackground"
WinHeight 0.2075
WinLeft 0.284888
WinTop 0.620235
WinWidth 0.918322

MapPlayersLabel[edit]

Class: XInterface.GUILabel

Property Value
bScaleToParent True
Caption "Players"
RenderWeight 0.3
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2ServerListFont"
WinHeight 0.049359
WinLeft 0.042804
WinTop 0.397652
WinWidth 0.915313

NoPreview[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bScaleToParent True
bTransparent False
Caption "No Preview Available"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 255
R 247
TextFont "UT2HeaderFont"
VertAlign TXTA_Center
WinHeight 0.451979
WinLeft 0.281885
WinTop 0.173177
WinWidth 0.917083

sbInfo[edit]

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
WinHeight 0.374167
WinLeft 0.045305
WinTop 0.514698
WinWidth 0.918322

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: LockedFloatingWindow.InitComponent


SetVisibility[edit]

event SetVisibility (bool bIsVisible)

Overrides: GUIMultiComponent.SetVisibility


Other instance functions[edit]

FindCacheRecordIndex[edit]

function int FindCacheRecordIndex (string MapName)


ReadMapInfo[edit]

function ReadMapInfo (string MapName)


ReturnButtonOnClick[edit]

function bool ReturnButtonOnClick (GUIComponent Sender)


StripMapName[edit]

function string StripMapName (string FullMapName)