Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:MapVoteCountMultiColumnList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MapVoteCountMultiColumnList
Package: 
xVoting

Class: xVoting.MapVoteCountMultiColumnList

Multi-Column list box used to display maps and game types.

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

Properties

PrevSortColumn

Type: int


VRI

Type: VotingReplicationInfo


Default values

Property Value
ColumnHeadingHints[0] "Game Type"
ColumnHeadingHints[1] "Map Name"
ColumnHeadingHints[2] "Number of votes registered for this map."
ColumnHeadings[0] "GameType"
ColumnHeadings[1] "MapName"
ColumnHeadings[2] "Votes"
InitColumnPerc[0] 0.3
InitColumnPerc[1] 0.4
InitColumnPerc[2] 0.3
SelectedStyleName "BrowserListSelection"
SortColumn 2
SortDescending True
StyleName "ServerBrowserGrid"

Functions

Events

Free

event Free ()

Overrides: GUIComponent.Free


OnSortChanged

event OnSortChanged ()

Overrides: GUIMultiColumnList.OnSortChanged


Other instance functions

DrawItem

function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)


GetSelectedGameConfigIndex

function int GetSelectedGameConfigIndex ()


GetSelectedMapIndex

function int GetSelectedMapIndex ()


GetSelectedMapName

function string GetSelectedMapName ()


GetSortString

function string GetSortString (int i)

Overrides: GUIMultiColumnList.GetSortString


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


LoadList

function LoadList (VotingReplicationInfo LoadVRI)


UpdatedVoteCount

function UpdatedVoteCount (int UpdatedIndex, bool bRemoved)