| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- xVoting.MapInfoPage
| Variables Summary | |
|---|---|
| string | AuthorText |
| GUIImage | i_MapImage |
| GUIScrollTextBox | lb_MapDesc |
| string | lmsgLevelPreviewUnavailable |
| GUILabel | l_MapAuthor |
| GUILabel | l_MapPlayers |
| GUILabel | l_NoPreview |
| array<CacheManager.MapRecord> | Maps |
| string | MessageNoInfo |
| string | PlayerText |
| GUISectionBackground | sb_Info |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | int | FindCacheRecordIndex (string MapName)) |
![]() | HandleParameters (string Param1, string Param2)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | ReadMapInfo (string MapName)) | |
![]() | bool | ReturnButtonOnClick (GUIComponent Sender)) |
![]() | SetVisibility (bool bIsVisible)) | |
![]() | string | StripMapName (string FullMapName )) |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
FindCacheRecordIndex Source code
HandleParameters Source code
InitComponent Source code
ReadMapInfo Source code
ReturnButtonOnClick Source code
SetVisibility Source code
StripMapName Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUISectionBackground Name=sbInfo
WinWidth=0.918322
WinHeight=0.374167
WinLeft=0.045305
WinTop=0.514698
bFillClient=true
End Object
sb_Info=sbInfo
Begin Object Class=GUIImage Name=MapImage
WinWidth=0.917083
WinHeight=0.451979
WinLeft=0.281885
WinTop=0.173177
ImageColor=(R=255,G=255,B=255,A=255)
ImageStyle=ISTY_Scaled
ImageRenderStyle=MSTY_Normal
RenderWeight=0.2
bScaleToParent=True
End Object
i_MapImage=MapImage
Begin Object Class=GUILabel Name=NoPreview
WinWidth=0.917083
WinHeight=0.451979
WinLeft=0.281885
WinTop=0.173177
TextFont="UT2HeaderFont"
TextAlign=TXTA_Center
VertAlign=TXTA_Center
bMultiline=True
bTransparent=False
TextColor=(R=247,G=255,B=0,A=255)
Caption="No Preview Available"
bScaleToParent=True
End Object
l_NoPreview=NoPreview
Begin Object class=GUILabel Name=MapAuthorLabel
Caption="MapAuthor"
TextAlign=TXTA_Center
TextFont="UT2ServerListFont"
TextColor=(R=255,G=255,B=255,A=255)
WinWidth=0.915313
WinHeight=0.049359
WinLeft=0.042804
WinTop=0.366257
RenderWeight=0.3
bScaleToParent=True
End Object
l_MapAuthor=MapAuthorLabel
Begin Object class=GUILabel Name=MapPlayersLabel
Caption="Players"
TextAlign=TXTA_Center
TextFont="UT2ServerListFont"
TextColor=(R=255,G=255,B=255,A=255)
WinWidth=0.915313
WinHeight=0.049359
WinLeft=0.042804
WinTop=0.397652
RenderWeight=0.3
bScaleToParent=True
End Object
l_MapPlayers=MapPlayersLabel
Begin Object Class=GUIScrollTextBox Name=MapInfoList
WinWidth=0.918322
WinHeight=0.207500
WinLeft=0.284888
WinTop=0.620235
CharDelay=0.0025
EOLDelay=0.5
bNeverFocus=true
StyleName="NoBackground"
bTabStop=False
bBoundToParent=false
bVisibleWhenEmpty=true
bNoTeletype=false
bStripColors=false
bScaleToParent=True
End Object
lb_MapDesc = MapInfoList
Background=None
WinWidth=0.468750
WinHeight=0.801954
WinLeft=0.264063
WinTop=0.077213
DefaultWidth=0.468750
DefaultHeight=0.801954
DefaultLeft=0.264063
DefaultTop=0.077213
bRenderWorld=true
bRequire640x480=false
bAllowedAsLast=true
MessageNoInfo="No information available!"
AuthorText="Author"
PlayerText="players"
lmsgLevelPreviewUnavailable="Level Preview Unavailable"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||