My program doesn't have bugs. It just develops random features.

UE2:MapVotingPage (UT2004)

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

xVoting.MapVotingPage Map Voting page.

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

Properties[edit]

co_GameType[edit]

Type: moComboBox

Modifiers: automated


Default value: moComboBox'GameTypeCombo'

i_MapCountListBackground[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'MapCountListBackground'

i_MapListBackground[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'MapListBackground'

l_Mode[edit]

Type: GUILabel

Modifiers: automated


lb_MapListBox[edit]

Type: MapVoteMultiColumnListBox

Modifiers: automated


Default value: MapVoteMultiColumnListBox'MapListBox'

lb_VoteCountListBox[edit]

Type: MapVoteCountMultiColumnListBox

Modifiers: automated


Default value: MapVoteCountMultiColumnListBox'VoteCountListBox'

lmsgMapDisabled[edit]

Type: string

Modifiers: localized


Default value: "The selected Map is disabled."

lmsgMapVotingDisabled[edit]

Type: string

Modifiers: localized


Default value: "Sorry, Map Voting has been disabled by the server administrator."

lmsgMode[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "Map data download in progress. Please try again later."

lmsgTotalMaps[edit]

Type: string

Modifiers: localized


Default value: "%mapcount% Total Maps"

Default values[edit]

Property Value
OnOpen InternalOnOpen;
WindowName "Map Voting"

Subobjects[edit]

GameTypeCombo[edit]

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[edit]

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[edit]

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[edit]

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[edit]

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

Instance functions[edit]

AlignBK[edit]

function bool AlignBK (Canvas C)


GameTypeChanged[edit]

function GameTypeChanged (GUIComponent Sender)


InternalOnOpen[edit]

function InternalOnOpen ()


MapListDblClick[edit]

function bool MapListDblClick (GUIComponent Sender)


OnOkButtonClick[edit]

function OnOkButtonClick (byte bButton)


SendVote[edit]

function SendVote (GUIComponent Sender)


Submit[edit]

function Submit ()


UpdateMapVoteCount[edit]

function UpdateMapVoteCount (int UpdatedIndex, bool bRemoved)