I love the smell of UnrealEd crashing in the morning. – tarquin
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[edit]
Property | Value |
---|---|
ContextMenu | GUIContextMenu'RCMenu' |
Subobjects[edit]
RCMenu[edit]
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[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBox.InitComponent
Other instance functions[edit]
ContextClick[edit]
function ContextClick (GUIContextMenu Sender, int Index)
MyClose[edit]
function bool MyClose (GUIContextMenu Sender)
Overrides: GUIListBox.MyClose
MyOpen[edit]
function bool MyOpen (GUIContextMenu Menu)
Overrides: GUIListBox.MyOpen
MyRealOpen[edit]
function bool MyRealOpen (GUIComponent MenuOwner)