Gah - a solution with more questions. – EntropicLqd

UE2:Browser_PlayersList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> Browser_PlayersList
Package: 
XInterface
This class in other games:
UT2003

null

Properties

listitem

Type: int


MyPage

Type: Browser_ServerListPageBase


MyServersList

Type: Browser_ServersList


Default values

Property Value
ColumnHeadings[0] "Player Name"
ColumnHeadings[1] "Score"
ColumnHeadings[2] "Stats ID"
ColumnHeadings[3] "Ping"
InitColumnPerc[0] 0.17
InitColumnPerc[1] 0.11
InitColumnPerc[2] 0.11
InitColumnPerc[3] 0.11

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBase.InitComponent


Other instance functions

InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)

Overrides: GUIListBase.InternalOnKeyEvent


MyOnDrawItem

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