I don't need to test my programs. I have an error-correcting modem.

UE2:MatchConfigPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
xVoting

Created on: 12/30/2003 Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'MatchConfigPage'[edit]

bDirty[edit]

Type: bool


PanelClass[edit]

Type: array<string>

Modifiers: config


Default value, index 0: "xVoting.MatchSetupLoginPanel"

Default value, index 1: "xVoting.MatchSetupMain"

Default value, index 2: "xVoting.MatchSetupMaps"

Default value, index 3: "xVoting.MatchSetupMutator"

Default value, index 4: "xVoting.MatchSetupRules"

PanelHint[edit]

Type: array<string>

Modifiers: config


Default value, index 0: "Enter your match setup username and password"

Default value, index 1: "General match parameters"

Default value, index 2: "Select the maps that should be played during the match"

Default value, index 3: "Select the mutators that should be active during the match"

Default value, index 4: "Select the rules that will be used in the match"

Internal variables[edit]

c_Groups[edit]

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'MatchSetupTabControl'

Panels[edit]

Type: array<MatchSetupPanelBase>


Default values[edit]

Property Value
bPersistent True
OpenSound Sound'MenuSounds.SelectDShort'

Subobjects[edit]

MatchSetupTabControl[edit]

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
bBoundToParent True
bDockPanels True
bFillSpace False
bScaleToParent True
RenderWeight 0.5
StyleName "TabBackground"
TabHeight 0.04
TabOrder 0
WinHeight 0.718125
WinLeft 0.014062
WinTop 0.020833
WinWidth 0.971875

Functions[edit]

Static functions[edit]

DecodeResponse[edit]

static function DecodeResponse (string Response, out string Type, out string Info, out string Data)


Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: VotingPage.InitComponent


NotifyLevelChange[edit]

event bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Other instance functions[edit]

AcceptAndSave[edit]

function AcceptAndSave ()


HandleResponse[edit]

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


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)


OnResponse[edit]

function OnResponse (string Response)


PanelChanged[edit]

function PanelChanged (GUIComponent Sender)


SendCommand[edit]

function SendCommand (string Command)


SubmitActive[edit]

function SubmitActive ()