I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
bDemoRec
Type: bool
bTournament
Type: bool
ch_DemoRec
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'DemoRecCheckbox'
ch_Tournament
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'TournamentCheckbox'
co_GameType
Type: moComboBox
Modifiers: automated
Default value: moComboBox'GameTypeCombo'
DemoFilename
Type: string
ed_DemoRec
Type: moEditBox
Modifiers: automated
Default value: moEditBox'DemoRecBox'
ed_Params
Type: moEditBox
Modifiers: automated
Default value: moEditBox'CommandLineParamsBox'
GameClass
Type: string
Params
Type: string
Default values
Property | Value |
---|---|
PanelCaption | "General" |
Subobjects
CommandLineParamsBox
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
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
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
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
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
GetCommandString
HandleResponse
Overrides: MatchSetupPanelBase.HandleResponse
InitPanel
Overrides: MatchSetupPanelBase.InitPanel
InternalOnChange
Overrides: MatchSetupPanelBase.InternalOnChange
SubmitChanges
Overrides: MatchSetupPanelBase.SubmitChanges