I'm a doctor, not a mechanic
UE2:MapListBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIListBox >> MapListBox |
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Container for maplists
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Default values
Property | Value |
---|---|
ContextMenu | GUIContextMenu'RCMenu' |
Subobjects
RCMenu
Class: XInterface.GUIContextMenu
Property | Value |
---|---|
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" |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBox.InitComponent
Other instance functions
ContextClick
function ContextClick (GUIContextMenu Sender, int Index)
MyClose
function bool MyClose (GUIContextMenu Sender)
Overrides: GUIListBox.MyClose
MyOpen
function bool MyOpen (GUIContextMenu Menu)
Overrides: GUIListBox.MyOpen
MyRealOpen
function bool MyRealOpen (GUIComponent MenuOwner)