The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:Browser_PlayersList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> Browser_PlayersList |
Contents |
- Package:
- XInterface
- This class in other games:
- UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Overrides: GUIListBase.InternalOnKeyEvent
[edit] MyOnDrawItem
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
