I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:RemotePlayInfoPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> RemotePlayInfoPanel
Package: 
GUI2K4

Created on: 11/23/2003 Manages playinfo settings for remote server

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

Default values

Property Value
NumColumns 2

Delegates

SettingChanged

delegate SettingChanged (string SettingName, string NewValue)


Functions

Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: UT2K4PlayInfoPanel.InitComponent


Other instance functions

ClearRules

function ClearRules ()

Overrides: UT2K4PlayInfoPanel.ClearRules


GetInfoRuleIndex

function int GetInfoRuleIndex (int GamePIIndex)


GetPlayInfo

function PlayInfo GetPlayInfo ()


LoadRules

function LoadRules ()

Overrides: UT2K4PlayInfoPanel.LoadRules


ReceivedRule

function ReceivedRule (string PropertyName, string ClassName, string CurrentValue)


ReceivedValue

function ReceivedValue (string SettingName, string Value)


Refresh

function Refresh ()

Overrides: UT2K4PlayInfoPanel.Refresh


UpdateSetting

function UpdateSetting (GUIMenuOption Sender)

Overrides: UT2K4PlayInfoPanel.UpdateSetting