Gah - a solution with more questions. – EntropicLqd

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

AuthorText

Type: string

Modifiers: localized


Default value: "Author"

i_MapImage

Type: GUIImage

Modifiers: automated


Default value: GUIImage'MapImage'

l_MapAuthor

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapAuthorLabel'

l_MapPlayers

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapPlayersLabel'

l_NoPreview

Type: GUILabel

Modifiers: automated


Default value: GUILabel'NoPreview'

lb_MapDesc

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'MapInfoList'

lmsgLevelPreviewUnavailable

Type: string

Modifiers: localized


Default value: "Level Preview Unavailable"

Maps

Type: array<CacheManager.MapRecord>


MessageNoInfo

Type: string

Modifiers: localized


Default value: "No information available!"

PlayerText

Type: string

Modifiers: localized


Default value: "players"

sb_Info

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbInfo'

Default values

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

MapAuthorLabel

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

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

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

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

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

Class: XInterface.GUISectionBackground

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

Functions

Events

HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: LockedFloatingWindow.InitComponent


SetVisibility

event SetVisibility (bool bIsVisible)

Overrides: GUIMultiComponent.SetVisibility


Other instance functions

FindCacheRecordIndex

function int FindCacheRecordIndex (string MapName)


ReadMapInfo

function ReadMapInfo (string MapName)


ReturnButtonOnClick

function bool ReturnButtonOnClick (GUIComponent Sender)


StripMapName

function string StripMapName (string FullMapName)