The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:MatchSetupMaps (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MatchSetupPanelBase >> MatchSetupMaps |
- Package:
- xVoting
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
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
Structs
MapInfo
Functions
Static functions
GetMapURL
StripMapName
Events
InitComponent
Overrides: GUIPanel.InitComponent
Other instance functions
AddMap
AddMapByIndex
FindTrackingIndex
HandleResponse
Overrides: MatchSetupPanelBase.HandleResponse
InitPanel
Overrides: MatchSetupPanelBase.InitPanel
InternalCheckLinkedObj
LoggedOut
Overrides: MatchSetupPanelBase.LoggedOut
ModifyMapList
ReceiveNewMap
RemoveMap
RemoveMapByIndex
SubmitChanges
Overrides: MatchSetupPanelBase.SubmitChanges