Cogito, ergo sum

UE2:MatchConfigPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 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: 12/30/2003 Description

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

Properties

Property group 'MatchConfigPage'

bDirty

Type: bool


PanelClass

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

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

c_Groups

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'MatchSetupTabControl'

Panels

Type: array<MatchSetupPanelBase>


Default values

Property Value
bPersistent True
OpenSound Sound'MenuSounds.SelectDShort'

Subobjects

MatchSetupTabControl

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

Static functions

DecodeResponse

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


Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: VotingPage.InitComponent


NotifyLevelChange

event bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Other instance functions

AcceptAndSave

function AcceptAndSave ()


HandleResponse

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


InternalOnChange

function InternalOnChange (GUIComponent Sender)


OnResponse

function OnResponse (string Response)


PanelChanged

function PanelChanged (GUIComponent Sender)


SendCommand

function SendCommand (string Command)


SubmitActive

function SubmitActive ()