I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:AdminPanelMaps (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> AdminPanelBase >> AdminPanelMaps

Contents

Package: 
GUI2K4

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

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

[edit] Properties

[edit] bReceivedMaps

Type: bool


[edit] lb_Maps

Type: GUIListBoxBase

Modifiers: automated


Default value: MapListBox'Maplist'

[edit] Default values

Property Value
PanelCaption "Maps"

[edit] Subobjects

[edit] 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

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


[edit] Timer

event Timer ()

Overrides: GUIComponent.Timer


[edit] Other instance functions

[edit] HandleContextSelect

function bool HandleContextSelect (GUIContextMenu Sender, int Index)


[edit] ProcessMapName

function ProcessMapName (string NewMap)


[edit] RefreshMaplist

function RefreshMaplist ()


[edit] ShowPanel

function ShowPanel ()

Overrides: AdminPanelBase.ShowPanel


Personal tools