UE2:MapVoteCountMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MapVoteCountMultiColumnList |
- 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. |
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
Overrides: GUIMultiColumnList.GetSortString
InternalOnDragDrop
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
LoadList
function LoadList (VotingReplicationInfo LoadVRI)
UpdatedVoteCount