The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:MapVotingPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> VotingPage >> MapVotingPage |
Contents
- 1 Properties
- 2 Instance functions
- Package:
- xVoting
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. |
xVoting.MapVotingPage Map Voting page.
Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
co_GameType
Type: moComboBox
Modifiers: automated
Default value: moComboBox'GameTypeCombo'
i_MapCountListBackground
Type: GUIImage
Modifiers: automated
Default value: GUIImage'MapCountListBackground'
i_MapListBackground
Type: GUIImage
Modifiers: automated
Default value: GUIImage'MapListBackground'
l_Mode
Type: GUILabel
Modifiers: automated
lb_MapListBox
Type: MapVoteMultiColumnListBox
Modifiers: automated
Default value: MapVoteMultiColumnListBox'MapListBox'
lb_VoteCountListBox
Type: MapVoteCountMultiColumnListBox
Modifiers: automated
Default value: MapVoteCountMultiColumnListBox'VoteCountListBox'
lmsgMapDisabled
Type: string
Modifiers: localized
Default value: "The selected Map is disabled."
lmsgMapVotingDisabled
Type: string
Modifiers: localized
Default value: "Sorry, Map Voting has been disabled by the server administrator."
lmsgMode
Type: string
Array size: 8
Modifiers: localized
Default value, index 0: "Majority Mode"
Default value, index 1: "Majority & Elimination Mode"
Default value, index 2: "Score Mode"
Default value, index 3: "Score & Elimination Mode"
Default value, index 4: "Majority & Accumulation Mode"
Default value, index 5: "Majority & Accumulation & Elimination Mode"
Default value, index 6: "Score & Accumulation Mode"
Default value, index 7: "Score & Accumulation & Elimination Mode"
lmsgReplicationNotFinished
Type: string
Modifiers: localized
Default value: "Map data download in progress. Please try again later."
lmsgTotalMaps
Type: string
Modifiers: localized
Default value: "%mapcount% Total Maps"
Default values
Property | Value |
---|---|
OnOpen | InternalOnOpen; |
WindowName | "Map Voting" |
Subobjects
GameTypeCombo
Class: XInterface.moComboBox
Property | Value |
---|---|
bScaleToParent | True |
Caption | "Filter Game Type:" |
CaptionWidth | 0.35 |
WinHeight | 0.0375 |
WinLeft | 0.199219 |
WinTop | 0.334309 |
WinWidth | 0.757809 |
MapCountListBackground
Class: XInterface.GUIImage
Property | Value |
---|---|
Image | Material'2K4Menus.NewControls.NewFooter' |
ImageStyle | ISTY_Stretched |
OnDraw | AlignBK |
WinHeight | 0.22377 |
WinLeft | 0.01 |
WinTop | 0.05293 |
WinWidth | 0.98 |
MapListBackground
Class: XInterface.GUIImage
Property | Value |
---|---|
Image | Material'2K4Menus.NewControls.NewFooter' |
ImageStyle | ISTY_Stretched |
WinHeight | 0.316542 |
WinLeft | 0.01 |
WinTop | 0.37102 |
WinWidth | 0.98 |
MapListBox
Class: xVoting.MapVoteMultiColumnListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
FontScale | FNS_Small |
HeaderColumnPerc[0] | 0.6 |
HeaderColumnPerc[1] | 0.2 |
HeaderColumnPerc[2] | 0.2 |
StyleName | "ServerBrowserGrid" |
WinHeight | 0.293104 |
WinLeft | 0.02 |
WinTop | 0.37102 |
WinWidth | 0.96 |
VoteCountListBox
Class: xVoting.MapVoteCountMultiColumnListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
FontScale | FNS_Small |
HeaderColumnPerc[0] | 0.4 |
HeaderColumnPerc[1] | 0.4 |
HeaderColumnPerc[2] | 0.2 |
WinHeight | 0.22377 |
WinLeft | 0.02 |
WinTop | 0.05293 |
WinWidth | 0.96 |