My program doesn't have bugs. It just develops random features.
UE2:UT2K4FilterRulesPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4FilterRulesPanel |
- 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 lists all the rules for the currently active custom filter
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
EnableRule[edit]
Type: string
Modifiers: localized
Default value: "Enable this filter"
MaxText[edit]
Type: string
Modifiers: localized
Default value: "Max"
MinText[edit]
Type: string
Modifiers: localized
Default value: "Min"
Default values[edit]
Property | Value |
---|---|
lb_Rules | GUIMultiOptionListBox'RuleBox' |
Subobjects[edit]
RuleBox[edit]
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
OnChange | UT2K4PlayInfoPanel.InternalOnChange |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinWidth | 0.75 |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: GUIFilterPanel.InitComponent
Other instance functions[edit]
EnableClick[edit]
function EnableClick (GUIComponent Sender)
LoadRules[edit]
function LoadRules ()
Overrides: UT2K4PlayInfoPanel.LoadRules
UpdateRules[edit]
function UpdateRules ()
Overrides: UT2K4PlayInfoPanel.UpdateRules