![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| array< ref SCR_FilterCategory > | GetFilterCategories () |
| SCR_FilterCategory | FindFilterCategory (string internalName) |
| Finds a filter category by its internal name. | |
| ref SCR_FilterEntry | FindFilter (string internalName) |
| Finds a filter entry within categories. | |
| bool | AnyFilterSelected () |
| void | ResetToDefaultValues () |
| Initializes all filters to their default values. | |
Protected Attributes | |
| ref array< ref SCR_FilterCategory > | m_aFilterCategories |
Config class for whole filter set. Filter set is an array of filter categories. Inherit from it if you need to store some more data - don't forget to mark it with BaseContainerProps attribute too!
Definition at line 196 of file SCR_FilterSet.c.
|
inlineprotected |
Definition at line 233 of file SCR_FilterSet.c.
|
inlineprotected |
Finds a filter entry within categories.
Definition at line 221 of file SCR_FilterSet.c.
|
inlineprotected |
Finds a filter category by its internal name.
Definition at line 209 of file SCR_FilterSet.c.
|
inlineprotected |
Definition at line 202 of file SCR_FilterSet.c.
|
inlineprotected |
Initializes all filters to their default values.
Definition at line 248 of file SCR_FilterSet.c.
|
protected |
Definition at line 199 of file SCR_FilterSet.c.