I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:MatchSetupMain (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
xVoting

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

function string GetCommandString (GUIComponent Comp)


HandleResponse

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

Overrides: MatchSetupPanelBase.HandleResponse


InitPanel

function InitPanel ()

Overrides: MatchSetupPanelBase.InitPanel


InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: MatchSetupPanelBase.InternalOnChange


SubmitChanges

function SubmitChanges ()

Overrides: MatchSetupPanelBase.SubmitChanges