Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPanel | +-- XInterface.GUITabPanel | +-- XInterface.UT2K4TabPanel | +-- GUI2K4.UT2K4PlayInfoPanel | +-- GUI2K4.GUIFilterPanel
UT2K4CustomRulesPanel, UT2K4FilterRulesPanel, UT2K4FilterSummaryPanel
Variables Summary | |
---|---|
string | CurrentGame |
BrowserFilters | FilterMaster |
array<CustomFilter.AFilterRule> | FilterRules |
string | FilterTypeString[7] |
UT2K4CustomFilterPage | p_Anchor |
Inherited Variables from GUI2K4.UT2K4PlayInfoPanel |
---|
bRefresh, bUpdate, bVerticalLayout, EditText, GamePI, InfoRules, lb_Rules, li_Rules, NumColumns |
Functions Summary | ||
---|---|---|
AddFilterRule (CustomFilter.AFilterRule NewRule) | ||
bool | CanShowPanel () | |
InitComponent (GUIController MyC, GUIComponent MyO) | ||
InitPanel () | ||
PopulateFilterTypes (moCombobox NewCombo, bool Ranged) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { FilterTypeString(0)="Disabled" FilterTypeString(1)="Equals" FilterTypeString(2)="Not" FilterTypeString(3)="Higher" FilterTypeString(4)="Or Higher" FilterTypeString(5)="Lower" FilterTypeString(6)="Or Lower" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |