The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

Contents

Package: 
XInterface
This class in other games:
UT2003

null

[edit] Properties

[edit] listitem

Type: int


[edit] MyPage

Type: Browser_ServerListPageBase


[edit] MyServersList

Type: Browser_ServersList


[edit] 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

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBase.InitComponent


[edit] Other instance functions

[edit] InternalOnKeyEvent

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

Overrides: GUIListBase.InternalOnKeyEvent


[edit] MyOnDrawItem

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