![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetSavedLabelCount () |
| void | SetLabels (notnull array< EEditableEntityLabel > savedLabels, bool checkForInvalid=false) |
| void | AddRemoveLabel (EEditableEntityLabel label, bool addLabel) |
| int | GetLabels (out notnull array< EEditableEntityLabel > labels) |
| bool | ContainsLabel (EEditableEntityLabel label) |
| void | SetPageIndex (int pageIndex) |
| int | GetPageIndex () |
| void | SetSearchString (string searchString) |
| string | GetSearchString () |
| bool | HasSearchSaved () |
Protected Attributes | |
| ref array< EEditableEntityLabel > | m_iSavedLabels |
| int | m_iPageIndex = 0 |
| string | m_sSearchString |
Editor Content browser State data (Eg: Saved active filters, Search string and pagination) as well as tab UI info of content browser states. This is used for persistence states between games. Saving it in Editor Settings
Definition at line 5 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Add or remove the given label
| label | Label to add or remove |
| addLabel | If true will add the label. Else will remove |
Definition at line 58 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Check if provided label is on the list of saved labels
Definition at line 102 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Get saved Label filters
| [out] | labels | Saved labels |
Definition at line 88 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Get saved page index
Definition at line 120 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Get saved Label filters count
Definition at line 20 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Get saved search string
Definition at line 139 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Get has search string saved
Definition at line 148 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Set saved Label filters
| savedLabels | labels to save |
| If | true will check if saved label is still valid |
Definition at line 30 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Set saved page index
| pageIndex | Page index to save |
Definition at line 111 of file SCR_EditorContentBrowserStateData.c.
|
inlineprotected |
Set saved search string
| searchString | Search string to save |
Definition at line 129 of file SCR_EditorContentBrowserStateData.c.
|
protected |
Definition at line 11 of file SCR_EditorContentBrowserStateData.c.
|
protected |
Definition at line 8 of file SCR_EditorContentBrowserStateData.c.
|
protected |
Definition at line 14 of file SCR_EditorContentBrowserStateData.c.