Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:MatchSetupMaps (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
xVoting

Created on: 01/02/2004 Configures maplist for match setup

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

Properties

Property group 'MatchSetupMaps'

li_Active

Type: GUIList

Modifiers: editconst, noexport


li_Avail

Type: GUIList

Modifiers: editconst, noexport


TrackedMaps

Type: array<MapInfo>


Internal variables

b_Add

Type: GUIButton

Modifiers: automated


Default value: GUIButton'AddButton'

b_AddAll

Type: GUIButton

Modifiers: automated


Default value: GUIButton'AddAllButton'

b_MoveDown

Type: GUIButton

Modifiers: automated


Default value: GUIButton'MoveDownButton'

b_MoveUp

Type: GUIButton

Modifiers: automated


Default value: GUIButton'MoveUpButton'

b_Remove

Type: GUIButton

Modifiers: automated


Default value: GUIButton'RemoveButton'

b_RemoveAll

Type: GUIButton

Modifiers: automated


Default value: GUIButton'RemoveAllButton'

lb_Active

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'ActiveList'

lb_Avail

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'InactiveList'

sb_Active

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'ActiveBackground'

sb_Avail

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'InactiveBackground'

Default values

See MatchSetupMaps defaults.

Structs

MapInfo

string FriendlyName 
string Params 
string URL 
int Index 

Functions

Static functions

GetMapURL

static function string GetMapURL (GUIList List, int Index)


StripMapName

static function string StripMapName (string FullMapName)


Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIPanel.InitComponent


Other instance functions

AddMap

function bool AddMap ()


AddMapByIndex

function AddMapByIndex (int Index)


FindTrackingIndex

function int FindTrackingIndex (string MapURL)


HandleResponse

function bool HandleResponse (string Type, string Info, string Data)

Overrides: MatchSetupPanelBase.HandleResponse


InitPanel

function InitPanel ()

Overrides: MatchSetupPanelBase.InitPanel


InternalCheckLinkedObj

function InternalCheckLinkedObj (GUIListBase List)


LoggedOut

function LoggedOut ()

Overrides: MatchSetupPanelBase.LoggedOut


ModifyMapList

singular function bool ModifyMapList (GUIComponent Sender)


ReceiveNewMap

function ReceiveNewMap (string Data)


RemoveMap

function bool RemoveMap ()


RemoveMapByIndex

function RemoveMapByIndex (int Index)


SubmitChanges

function SubmitChanges ()

Overrides: MatchSetupPanelBase.SubmitChanges


TrackMapInfo

function TrackMapInfo (string FriendlyName, string URL, int Index)