UE2:MapListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIListBox >> MapListBox
Package:
GUI2K4

Container for maplists

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Default values

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)