Mostly Harmless
UE2:PlayerInfoMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> PlayerInfoMultiColumnList |
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.PlayerInfoMultiColumnList
Multi-Column list box used to display player info.
Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] ListData
Type: array<PlayerInfoData>
[edit] Default values
| Property | Value |
|---|---|
| ColumnHeadings[0] | "-" |
| ColumnHeadings[1] | "-" |
| InitColumnPerc[0] | 0.35 |
| InitColumnPerc[1] | 0.65 |
| OnDrawItem | DrawItem; |
| SelectedStyleName | "BrowserListSelection" |
| SortDescending | True |
| StyleName | "ServerBrowserGrid" |
[edit] Structs
[edit] PlayerInfoData
[edit] Instance functions
[edit] Add
[edit] DrawItem
function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
[edit] GetSortString
Overrides: GUIMultiColumnList.GetSortString
