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.GUIListBox | +-- GUI2K4.MapListBox
Variables Summary |
---|
Inherited Variables from XInterface.GUIListBox |
---|
List |
Inherited Variables from XInterface.GUIListBoxBase |
---|
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName |
Functions Summary | ||
---|---|---|
ContextClick (GUIContextMenu Sender, int Index) | ||
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
bool | MyClose (GUIContextMenu Sender) | |
bool | MyOpen (GUIContextMenu Menu) | |
bool | MyRealOpen (GUIComponent MenuOwner) |
Inherited Functions from XInterface.GUIListBox |
---|
InitBaseList, InitComponent, InternalOnChange, InternalOnClick, InternalOnDblClick, ItemCount, MyClose, MyOpen |
Inherited Functions from XInterface.GUIListBoxBase |
---|
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint |
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIContextMenu Name=RCMenu ContextItems(0)="Play This Map" ContextItems(1)="Spectate This Map" ContextItems(2)="-" ContextItems(3)="Add To Maplist" ContextItems(4)="Remove From Maplist" ContextItems(5)="Filter Maplist" StyleName="ServerListContextMenu" End Object ContextMenu=GUIContextMenu'GUI2K4.MapListBox.RCMenu' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |