There is no spoon

UE2:UT2K4CustomRulesPanel (UT2004)

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

This panel contains all custom filter items, such as mutators, etc.

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

Properties[edit]

MutRecords[edit]

Type: array<CacheManager.MutatorRecord>


Default values[edit]

Property Value
lb_Rules GUIMultiOptionListBox'CustomListBox'
OnCreateComponent UT2K4PlayInfoPanel.InternalOnCreateComponent

Subobjects[edit]

CustomListBox[edit]

Class: XInterface.GUIMultiOptionListBox

Property Value
bVisibleWhenEmpty True
OnCreateComponent ListOnCreateComponent
WinHeight 1.0
WinLeft 0.05
WinWidth 0.9

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: GUIFilterPanel.InitComponent


Other instance functions[edit]

GetMutClassName[edit]

function string GetMutClassName (string FriendlyName)


GetMutFriendlyName[edit]

function string GetMutFriendlyName (string ClassName)


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)

Overrides: UT2K4PlayInfoPanel.InternalOnChange


ListOnCreateComponent[edit]

function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)


LoadRules[edit]

function LoadRules ()

Overrides: UT2K4PlayInfoPanel.LoadRules


Refresh[edit]

function Refresh ()

Overrides: UT2K4PlayInfoPanel.Refresh


UpdateRules[edit]

function UpdateRules ()

Overrides: UT2K4PlayInfoPanel.UpdateRules