| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIMultiColumnList
|
+-- XInterface.Browser_PlayersList
| Variables Summary | |
|---|---|
| int | listitem |
| Browser_ServerListPageBase | MyPage |
| Browser_ServersList | MyServersList |
| Inherited Variables from XInterface.GUIMultiColumnList |
|---|
| CellSpacing, ColumnHeadingHints, ColumnHeadings, ColumnWidths, ExpandLastColumn, InitColumnPerc, InvSortData, NeedsSorting, SortColumn, SortData, SortDescending |
| Structures Summary |
|---|
| Inherited Structures from XInterface.GUIMultiColumnList |
|---|
| MultiColumnSortData |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | InternalOnKeyEvent (out byte Key, out byte State, float delta)) |
![]() | MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)) | |
| Inherited Functions from XInterface.GUIMultiColumnList |
|---|
| AddedItem, ChangeSortOrder, Clear, CurrentListId, Dump, GetCellLeftWidth, GetListIndex, InitializeColumns, InternalOnPreDraw, OnSortChanged, RemovedCurrent, RemovedItem, ResolutionChanged, Sort, SortList, UpdatedItem |
| Inherited Functions from XInterface.GUIVertList |
|---|
| CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnKeyEvent Source code
MyOnDrawItem Source code| Defaultproperties |
|---|
defaultproperties
{
ColumnHeadings(0)="Player Name"
ColumnHeadings(1)="Score"
ColumnHeadings(2)="Stats ID"
ColumnHeadings(3)="Ping"
InitColumnPerc(0)=0.170000
InitColumnPerc(1)=0.110000
InitColumnPerc(2)=0.110000
InitColumnPerc(3)=0.110000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||