The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2K4CustomRulesPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4CustomRulesPanel |
Contents
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This panel contains all custom filter items, such as mutators, etc.
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
MutRecords
Type: array<CacheManager.MutatorRecord>
Default values
Property | Value |
---|---|
lb_Rules | GUIMultiOptionListBox'CustomListBox' |
OnCreateComponent | UT2K4PlayInfoPanel.InternalOnCreateComponent |
Subobjects
CustomListBox
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
OnCreateComponent | ListOnCreateComponent |
WinHeight | 1.0 |
WinLeft | 0.05 |
WinWidth | 0.9 |
Functions
Events
InitComponent
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: GUIFilterPanel.InitComponent
Other instance functions
GetMutClassName
GetMutFriendlyName
InternalOnChange
function InternalOnChange (GUIComponent Sender)
Overrides: UT2K4PlayInfoPanel.InternalOnChange
ListOnCreateComponent
function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
LoadRules
function LoadRules ()
Overrides: UT2K4PlayInfoPanel.LoadRules
Refresh
function Refresh ()
Overrides: UT2K4PlayInfoPanel.Refresh
UpdateRules
function UpdateRules ()
Overrides: UT2K4PlayInfoPanel.UpdateRules