Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
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[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]
GetMutFriendlyName[edit]
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