Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:AdminPanelMaps (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> AdminPanelBase >> AdminPanelMaps
Package: 
GUI2K4

Created on: 11/12/2003 Contains controls for administering maps & maplists

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

Properties

bReceivedMaps

Type: bool


lb_Maps

Type: GUIListBoxBase

Modifiers: automated


Default value: MapListBox'Maplist'

Default values

Property Value
PanelCaption "Maps"

Subobjects

Maplist

Class: GUI2K4.MapListBox

Property Value
bBoundToParent True
bScaleToParent True
bVisibleWhenEmpty True
StyleName "NoBackground"
WinHeight 0.834375
WinLeft 0.0
WinTop 0.14375
WinWidth 1.0

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

HandleContextSelect

function bool HandleContextSelect (GUIContextMenu Sender, int Index)


ProcessMapName

function ProcessMapName (string NewMap)


RefreshMaplist

function RefreshMaplist ()


ShowPanel

function ShowPanel ()

Overrides: AdminPanelBase.ShowPanel