| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIListBoxBase
|
+-- XInterface.GUIMultiColumnListBox
|
+-- GUI2K4.ServerBrowserMCListBox
|
+-- GUI2K4.UT2K4Browser_PlayersListBox
| Variables Summary | |
|---|---|
| string | ContextMenuText[2] |
| UT2K4Browser_ServerListPageBuddy | tp_Buddy |
| Inherited Variables from GUI2K4.ServerBrowserMCListBox |
|---|
| tp_Anchor |
| Inherited Variables from XInterface.GUIMultiColumnListBox |
|---|
| bDisplayHeader, bFullHeightStyle, ColumnHeadings, Header, HeaderColumnPerc, List |
| Functions Summary | ||
|---|---|---|
![]() | InternalOnClick (GUIContextMenu Sender, int Index)) | |
![]() | bool | InternalOnClose (GUIContextMenu Sender)) |
![]() | bool | InternalOnOpen (GUIContextMenu Menu)) |
![]() | Opened (GUIComponent Sender)) | |
| Inherited Functions from GUI2K4.ServerBrowserMCListBox |
|---|
| InternalOnClose, InternalOnOpen, SetAnchor |
| Inherited Functions from XInterface.GUIMultiColumnListBox |
|---|
| InitBaseList, InitComponent, InternalOnColumnSized, InternalOnCreateComponent, InternalOnLoadIni |
| Variables Detail |
|---|
| Functions Detail |
|---|
InternalOnClick Source code
InternalOnClose Source code
InternalOnOpen Source code
Opened Source code| Defaultproperties |
|---|
defaultproperties
{
ContextMenuText(0)="Show Player's Stats"
ContextMenuText(1)="Add To Buddy List"
DefaultListClass="GUI2K4.UT2K4Browser_PlayersList"
Begin Object Class=GUIContextMenu Name=RCMenu
OnOpen=UT2k4Browser_PlayersListBox.InternalOnOpen
OnClose=UT2k4Browser_PlayersListBox.InternalOnClose
OnSelect=UT2k4Browser_PlayersListBox.InternalOnClick
End Object
ContextMenu=GUIContextMenu'GUI2K4.UT2k4Browser_PlayersListBox.RCMenu'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||