There is no spoon
UE2:MapVoteMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MapVoteMultiColumnList |
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.MapVoteMultiColumnList
Multi-Column list box used to display maps and game types.
Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
MapVoteData
PrevSortColumn
Type: int
SelStyle
Type: GUIStyles
VRI
Type: VotingReplicationInfo
Default values
Property | Value |
---|---|
ColumnHeadingHints[0] | "Map Name" |
ColumnHeadingHints[1] | "Number of times the map has been played." |
ColumnHeadingHints[2] | "Sequence, The number of games that have been played since this map was last played." |
ColumnHeadings[0] | "Map Name" |
ColumnHeadings[1] | "Played" |
ColumnHeadings[2] | "Seq" |
InitColumnPerc[0] | 0.6 |
InitColumnPerc[1] | 0.2 |
InitColumnPerc[2] | 0.2 |
SelectedStyleName | "BrowserListSelection" |
StyleName | "ServerBrowserGrid" |
Functions
Events
Free
event Free ()
Overrides: GUIComponent.Free
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBase.InitComponent
OnSortChanged
event OnSortChanged ()
Overrides: GUIMultiColumnList.OnSortChanged
Other instance functions
Clear
function Clear ()
Overrides: GUIMultiColumnList.Clear
DrawItem
function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
GetSelectedMapIndex
function int GetSelectedMapIndex ()
GetSelectedMapName
function string GetSelectedMapName ()
GetSortString
Overrides: GUIMultiColumnList.GetSortString
InternalOnEndDrag
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
LoadList
function LoadList (VotingReplicationInfo LoadVRI, int GameTypeIndex)