Gah - a solution with more questions. – EntropicLqd

UE2:PlayerInfoMultiColumnList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> PlayerInfoMultiColumnList
Package: 
xVoting

Class: xVoting.PlayerInfoMultiColumnList

Multi-Column list box used to display player info.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

ListData[edit]

Type: array<PlayerInfoData>


Default values[edit]

Property Value
ColumnHeadings[0] "-"
ColumnHeadings[1] "-"
InitColumnPerc[0] 0.35
InitColumnPerc[1] 0.65
OnDrawItem DrawItem;
SelectedStyleName "BrowserListSelection"
SortDescending True
StyleName "ServerBrowserGrid"

Structs[edit]

PlayerInfoData[edit]

string Label 
string Value 

Instance functions[edit]

Add[edit]

function Add (string Label, string Value)


DrawItem[edit]

function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)


GetSortString[edit]

function string GetSortString (int i)

Overrides: GUIMultiColumnList.GetSortString