Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
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 this 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
[edit] Properties
[edit] MapVoteData
[edit] PrevSortColumn
Type: int
[edit] SelStyle
Type: GUIStyles
[edit] VRI
Type: VotingReplicationInfo
[edit] 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" |
[edit] Functions
[edit] Events
[edit] Free
event Free ()
Overrides: GUIComponent.Free
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBase.InitComponent
[edit] OnSortChanged
event OnSortChanged ()
Overrides: GUIMultiColumnList.OnSortChanged
[edit] Other instance functions
[edit] Clear
function Clear ()
Overrides: GUIMultiColumnList.Clear
[edit] DrawItem
function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
[edit] GetSelectedMapIndex
function int GetSelectedMapIndex ()
[edit] GetSelectedMapName
function string GetSelectedMapName ()
[edit] GetSortString
Overrides: GUIMultiColumnList.GetSortString
[edit] InternalOnEndDrag
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
[edit] LoadList
function LoadList (VotingReplicationInfo LoadVRI, int GameTypeIndex)
