I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MatchSetupMaps (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:MapInfo (UT2004))
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[edit]

Property group 'MatchSetupMaps'[edit]

li_Active[edit]

Type: GUIList

Modifiers: editconst, noexport


li_Avail[edit]

Type: GUIList

Modifiers: editconst, noexport


TrackedMaps[edit]

Type: array<MapInfo>


Internal variables[edit]

b_Add[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'AddButton'

b_AddAll[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'AddAllButton'

b_MoveDown[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'MoveDownButton'

b_MoveUp[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'MoveUpButton'

b_Remove[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'RemoveButton'

b_RemoveAll[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'RemoveAllButton'

lb_Active[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'ActiveList'

lb_Avail[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'InactiveList'

sb_Active[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'ActiveBackground'

sb_Avail[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'InactiveBackground'

Default values[edit]

See MatchSetupMaps defaults.

Structs[edit]

MapInfo[edit]

string FriendlyName 
string Params 
string URL 
int Index 

Functions[edit]

Static functions[edit]

GetMapURL[edit]

static function string GetMapURL (GUIList List, int Index)


StripMapName[edit]

static function string StripMapName (string FullMapName)


Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIPanel.InitComponent


Other instance functions[edit]

AddMap[edit]

function bool AddMap ()


AddMapByIndex[edit]

function AddMapByIndex (int Index)


FindTrackingIndex[edit]

function int FindTrackingIndex (string MapURL)


HandleResponse[edit]

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

Overrides: MatchSetupPanelBase.HandleResponse


InitPanel[edit]

function InitPanel ()

Overrides: MatchSetupPanelBase.InitPanel


InternalCheckLinkedObj[edit]

function InternalCheckLinkedObj (GUIListBase List)


LoggedOut[edit]

function LoggedOut ()

Overrides: MatchSetupPanelBase.LoggedOut


ModifyMapList[edit]

singular function bool ModifyMapList (GUIComponent Sender)


ReceiveNewMap[edit]

function ReceiveNewMap (string Data)


RemoveMap[edit]

function bool RemoveMap ()


RemoveMapByIndex[edit]

function RemoveMapByIndex (int Index)


SubmitChanges[edit]

function SubmitChanges ()

Overrides: MatchSetupPanelBase.SubmitChanges


TrackMapInfo[edit]

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