There is no spoon

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

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

Instance functions

AlignBK

function bool AlignBK (Canvas C)


GameTypeChanged

function GameTypeChanged (GUIComponent Sender)


InternalOnOpen

function InternalOnOpen ()


MapListDblClick

function bool MapListDblClick (GUIComponent Sender)


OnOkButtonClick

function OnOkButtonClick (byte bButton)


SendVote

function SendVote (GUIComponent Sender)


Submit

function Submit ()


UpdateMapVoteCount

function UpdateMapVoteCount (int UpdatedIndex, bool bRemoved)