I'm a doctor, not a mechanic
UE2:AdminPlayerList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> AdminPlayerList |
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(C) 2002, Epic Games
Properties
MyPlayers
Type: array<PlayerInfo>
SelStyle
Type: GUIStyles
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 |
Structs
PlayerInfo
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBase.InitComponent
Other instance functions
Add
function Add (string PlayerInfo)
Clear
function Clear ()
Overrides: GUIMultiColumnList.Clear
MyOnDrawItem
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)