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

UE2:MatchSetupRules (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 Configures match rules for match setup

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

Properties[edit]

p_Rules[edit]

Type: RemotePlayInfoPanel

Modifiers: automated


Default value: RemotePlayInfoPanel'PIPanel'

Default values[edit]

Property Value
PanelCaption "Rules"

Subobjects[edit]

PIPanel[edit]

Class: GUI2K4.RemotePlayInfoPanel

Property Value
SettingChanged SendValue
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Instance functions[edit]

HandleResponse[edit]

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

Overrides: MatchSetupPanelBase.HandleResponse


InitPanel[edit]

function InitPanel ()

Overrides: MatchSetupPanelBase.InitPanel


LoggedIn[edit]

function LoggedIn ()

Overrides: MatchSetupPanelBase.LoggedIn


ReceiveComplete[edit]

function ReceiveComplete ()

Overrides: MatchSetupPanelBase.ReceiveComplete


ReceiveValue[edit]

function ReceiveValue (string SettingName, string NewValue)


SendValue[edit]

function SendValue (string SettingName, string NewValue)