My program doesn't have bugs. It just develops random features.

UE2:UT2K4FilterRulesPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4FilterRulesPanel
Package: 
GUI2K4

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