Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:MatchSetupMain (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MatchSetupPanelBase >> MatchSetupMain |
- 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 Configure general match setup options
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
bDemoRec[edit]
Type: bool
bTournament[edit]
Type: bool
ch_DemoRec[edit]
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'DemoRecCheckbox'
ch_Tournament[edit]
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'TournamentCheckbox'
co_GameType[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'GameTypeCombo'
DemoFilename[edit]
Type: string
ed_DemoRec[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'DemoRecBox'
ed_Params[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'CommandLineParamsBox'
GameClass[edit]
Type: string
Params[edit]
Type: string
Default values[edit]
Property | Value |
---|---|
PanelCaption | "General" |
Subobjects[edit]
CommandLineParamsBox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
bVerticalLayout | True |
Caption | "Additional Command Line Parameters" |
Hint | "Specify any additional command line parameters (optional)" |
LabelJustification | TXTA_Center |
TabOrder | 2 |
WinHeight | 0.2 |
WinLeft | 0.008252 |
WinTop | 0.734349 |
WinWidth | 0.986084 |
DemoRecBox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
Caption | "Filename" |
CaptionWidth | 0.1 |
Hint | "Enter the name of the demo you'd like to record for this match" |
MenuState | MSAT_Disabled |
TabOrder | 4 |
WinHeight | 0.1 |
WinLeft | 0.391845 |
WinTop | 0.45745 |
WinWidth | 0.591943 |
DemoRecCheckbox[edit]
Class: XInterface.moCheckBox
Property | Value |
---|---|
Caption | "Record Demo" |
Hint | "Record a server-side demo of this match" |
OnChange | InternalOnChange |
TabOrder | 3 |
WinHeight | 0.1 |
WinLeft | 0.011267 |
WinTop | 0.459699 |
WinWidth | 0.353046 |
GameTypeCombo[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
Caption | "Game Type" |
Hint | "Select the gametype to use in the current match" |
TabOrder | 0 |
WinHeight | 0.1 |
WinLeft | 0.014282 |
WinTop | 0.132839 |
WinWidth | 0.622588 |
TournamentCheckbox[edit]
Class: XInterface.moCheckBox
Property | Value |
---|---|
Caption | "Tournament Mode" |
Hint | "All players must be connected to the server before the match can start" |
TabOrder | 1 |
WinHeight | 0.1 |
WinLeft | 0.012272 |
WinTop | 0.295934 |
WinWidth | 0.353296 |
Instance functions[edit]
GetCommandString[edit]
HandleResponse[edit]
Overrides: MatchSetupPanelBase.HandleResponse
InitPanel[edit]
Overrides: MatchSetupPanelBase.InitPanel
InternalOnChange[edit]
Overrides: MatchSetupPanelBase.InternalOnChange
SubmitChanges[edit]
Overrides: MatchSetupPanelBase.SubmitChanges