UE2:MapVoteMapListConfigPage (UT2004)
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LockedFloatingWindow >> GUICustomPropertyPage >> MapVoteMapListConfigPage |
- 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. |
Class: xVoting.MapVoteMapListConfigPage
this page allows modification of the DefaultMapListLoader configuration variables that could not be
Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
b_Return
Type: GUIButton
Modifiers: automated
bChanged
Type: bool
ch_UseMapList
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'MapListCheckBox'
ed_MapListPrefix
Type: moEditBox
Modifiers: automated
Default value: moEditBox'MapListLoaderPrefixEditBox'
GameTypes
Type: array<CacheManager.GameRecord>
lb_MapList
Type: MultiSelectListBox
Modifiers: automated
Default value: MultiSelectListBox'MapListListBox'
sbCaption
Type: string
Modifiers: localized
Default value: "Map Cycle List"
Default values
Property | Value |
---|---|
bAcceptsInput | False |
DefaultHeight | 0.8 |
DefaultLeft | 0.2 |
DefaultTop | 0.1 |
DefaultWidth | 0.6 |
WindowName | "Map Voting List Configuration" |
WinHeight | 0.8 |
WinLeft | 0.2 |
WinTop | 0.1 |
WinWidth | 0.6 |
Subobjects
MapListCheckBox
Class: XInterface.moCheckBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Use Map Cycle List" |
CaptionWidth | 0.8 |
ComponentWidth | 0.2 |
Hint | "Load map names from the specified maps lists or using the prefix." |
OnChange | UseMapList_Change |
TabOrder | 0 |
WinHeight | 0.0375 |
WinLeft | 0.227792 |
WinTop | 0.087519 |
WinWidth | 0.543576 |
MapListListBox
Class: XInterface.MultiSelectListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
Hint | "Select each maplist type to load map names from." |
OnChange | MapListChange |
TabOrder | 1 |
WinHeight | 0.507031 |
WinLeft | 0.04 |
WinTop | 0.146615 |
WinWidth | 0.553789 |
MapListLoaderPrefixEditBox
Class: XInterface.moEditBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Map Prefixes" |
CaptionWidth | 0.4 |
ComponentWidth | 0.6 |
Hint | "List of map name prefixes. If more than one separate each with commas." |
OnChange | MapListChange |
TabOrder | 2 |
WinHeight | 0.0375 |
WinLeft | 0.108671 |
WinTop | 0.812161 |
WinWidth | 0.787323 |
Functions
Events
InitComponent
Overrides: LockedFloatingWindow.InitComponent
Other instance functions
LoadMapLists
MapListChange
OkClick
SaveChange
UseMapList_Change