The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:MatchSetupRules (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
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)