| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- xVoting.MatchSetupPanelBase
|
+-- xVoting.MatchSetupMain
| Variables Summary | |
|---|---|
| bool | bDemoRec |
| bool | bTournament |
| moCheckbox | ch_DemoRec |
| moCheckbox | ch_Tournament |
| moComboBox | co_GameType |
| string | DemoFilename |
| moEditBox | ed_DemoRec |
| moEditBox | ed_Params |
| string | GameClass |
| string | Params |
| Inherited Variables from xVoting.MatchSetupPanelBase |
|---|
| bDirty, Group, VRI |
| Functions Summary | ||
|---|---|---|
![]() | string | GetCommandString (GUIComponent Comp )) |
![]() | bool | HandleResponse (string Type, string Info, string Data)) |
![]() | InitPanel ())) | |
![]() | InternalOnChange (GUIComponent Sender )) | |
![]() | SubmitChanges ())) | |
| Inherited Functions from xVoting.MatchSetupPanelBase |
|---|
| Free, HandleResponse, InitPanel, InternalOnChange, IsAdmin, IsLoggedIn, LoggedIn, LoggedOut, ReceiveComplete, SubmitChanges |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetCommandString Source code
HandleResponse Source code
InitPanel Source code
InternalOnChange Source code
SubmitChanges Source code| Defaultproperties |
|---|
defaultproperties
{
PanelCaption="General"
Begin Object Class=moComboBox Name=GameTypeCombo
Caption="Game Type"
Hint="Select the gametype to use in the current match"
WinWidth=0.622588
WinHeight=0.1
WinLeft=0.014282
WinTop=0.132839
TabOrder=0
End Object
co_GameType=GameTypeCombo
Begin Object Class=moCheckbox Name=TournamentCheckbox
Caption="Tournament Mode"
Hint="All players must be connected to the server before the match can start"
WinWidth=0.353296
WinHeight=0.100000
WinLeft=0.012272
WinTop=0.295934
TabOrder=1
End Object
ch_Tournament=TournamentCheckBox
Begin Object Class=moEditBox Name=CommandLineParamsBox
Caption="Additional Command Line Parameters"
Hint="Specify any additional command line parameters (optional)"
bVerticalLayout=True
LabelJustification=TXTA_Center
WinWidth=0.986084
WinHeight=0.2
WinLeft=0.008252
WinTop=0.734349
TabOrder=2
End Object
ed_Params=CommandLineParamsBox
Begin Object Class=moCheckBox Name=DemoRecCheckbox
Caption="Record Demo"
Hint="Record a server-side demo of this match"
WinWidth=0.353046
WinHeight=0.100000
WinLeft=0.011267
WinTop=0.459699
OnChange=InternalOnChange
TabOrder=3
End Object
ch_DemoRec=DemoRecCheckBox
Begin Object Class=moEditBox Name=DemoRecBox
Caption="Filename"
CaptionWidth=0.1
Hint="Enter the name of the demo you'd like to record for this match"
WinWidth=0.591943
WinHeight=0.100000
WinLeft=0.391845
WinTop=0.457450
MenuState=MSAT_Disabled
TabOrder=4
End Object
ed_DemoRec=DemoRecBox
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||