Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:AdminPlayerList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> AdminPlayerList

Contents

Package: 
XInterface
This class in other games:
UT2003

(C) 2002, Epic Games

[edit] Properties

[edit] MyPlayers

Type: array<PlayerInfo>


[edit] SelStyle

Type: GUIStyles


[edit] Default values

Property Value
ColumnHeadings[0] "Player Name"
ColumnHeadings[1] "Unique ID"
ColumnHeadings[2] "IP"
InitColumnPerc[0] 0.3
InitColumnPerc[1] 0.4
InitColumnPerc[2] 0.3
SortColumn -1
WinHeight 1.0

[edit] Structs

[edit] PlayerInfo

string PlayerName 
string PlayerID 
string PlayerIP 

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBase.InitComponent


[edit] Other instance functions

[edit] Add

function Add (string PlayerInfo)


[edit] Clear

function Clear ()

Overrides: GUIMultiColumnList.Clear


[edit] MyOnDrawItem

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