I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:MapVoteCountMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MapVoteCountMultiColumnList |
Contents
- 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[edit]
PrevSortColumn[edit]
Type: int
VRI[edit]
Type: VotingReplicationInfo
Default values[edit]
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[edit]
Events[edit]
Free[edit]
event Free ()
Overrides: GUIComponent.Free
OnSortChanged[edit]
event OnSortChanged ()
Overrides: GUIMultiColumnList.OnSortChanged
Other instance functions[edit]
DrawItem[edit]
function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
GetSelectedGameConfigIndex[edit]
function int GetSelectedGameConfigIndex ()
GetSelectedMapIndex[edit]
function int GetSelectedMapIndex ()
GetSelectedMapName[edit]
function string GetSelectedMapName ()
GetSortString[edit]
Overrides: GUIMultiColumnList.GetSortString
InternalOnDragDrop[edit]
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
LoadList[edit]
function LoadList (VotingReplicationInfo LoadVRI)