I'm a doctor, not a mechanic

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

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)