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 |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIContextMenu Name=RCMenu OnSelect=InternalOnClick OnOpen=InternalOnOpen OnClose=InternalOnClose End Object ContextMenuText[0]="Show Player's Stats" ContextMenuText[1]="Add To Buddy List" ContextMenu=RCMenu DefaultListClass="GUI2K4.UT2K4Browser_PlayersList" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |