I don't need to test my programs. I have an error-correcting modem.

UE2:GUIFilterPanel (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
Package: 
GUI2K4
Direct subclasses:
UT2K4CustomRulesPanel, UT2K4FilterRulesPanel, UT2K4FilterSummaryPanel

Base class for filter tab panels that contain PlayInfo settings

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

Properties[edit]

CurrentGame[edit]

Type: string


FilterMaster[edit]

Type: BrowserFilters


FilterRules[edit]

Type: array<CustomFilter.AFilterRule>


FilterTypeString[edit]

Type: string

Array size: 7


Default value, index 0: "Disabled"

Default value, index 1: "Equals"

Default value, index 2: "Not"

Default value, index 3: "Higher"

Default value, index 4: "Or Higher"

Default value, index 5: "Lower"

Default value, index 6: "Or Lower"

p_Anchor[edit]

Type: UT2K4CustomFilterPage


Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: UT2K4PlayInfoPanel.InitComponent


Other instance functions[edit]

AddFilterRule[edit]

function AddFilterRule (CustomFilter.AFilterRule NewRule)


CanShowPanel[edit]

function bool CanShowPanel ()

Overrides: UT2K4PlayInfoPanel.CanShowPanel


InitPanel[edit]

function InitPanel ()

Overrides: GUITabPanel.InitPanel


PopulateFilterTypes[edit]

function PopulateFilterTypes (moComboBox NewCombo, bool Ranged)