Cogito, ergo sum

UE2:MapListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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[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)