Arma Reforger Script API
|
Editor Content browser State data that includes UI data for tabs, with specific condition for HQ. More...
Public Member Functions | |
override bool | CanBeShown () |
Tab allowing a supply truck to build a new base is not available for Conflict mode. | |
Public Member Functions inherited from SCR_EditorContentBrowserSaveStateDataUI | |
bool | CanBeShown () |
To be overridden in inherited classes. | |
SCR_UIInfo | GetUIInfo () |
Get UI Info. | |
void | GetTabInfo (out string name, out string filterAmount, out ResourceName icon, array< EEditableEntityLabel > activeLabels=null) |
Get tab info for displaying in editor content browser. | |
Public Member Functions inherited from SCR_EditorContentBrowserSaveStateData | |
int | GetSavedLabelCount () |
Get saved Label filters count. | |
void | SetLabels (notnull array< EEditableEntityLabel > savedLabels, bool checkForInvalid=false) |
Set saved Label filters. | |
void | AddRemoveLabel (EEditableEntityLabel label, bool addLabel) |
Add or remove the given label. | |
int | GetLabels (out notnull array< EEditableEntityLabel > labels) |
Get saved Label filters. | |
bool | ContainsLabel (EEditableEntityLabel label) |
Check if provided label is on the list of saved labels. | |
void | SetPageIndex (int pageIndex) |
Set saved page index. | |
int | GetPageIndex () |
Get saved page index. | |
void | SetSearchString (string searchString) |
Set saved search string. | |
string | GetSearchString () |
Get saved search string. | |
bool | HasSearchSaved () |
Get has search string saved. | |
Additional Inherited Members | |
Protected Attributes inherited from SCR_EditorContentBrowserSaveStateDataUI | |
ref SCR_UIInfo | m_BrowserStateUIInfo |
Protected Attributes inherited from SCR_EditorContentBrowserSaveStateData | |
ref array< EEditableEntityLabel > | m_iSavedLabels |
int | m_iPageIndex = 0 |
string | m_sSearchString |
Editor Content browser State data that includes UI data for tabs, with specific condition for HQ.
override bool SCR_EditorContentBrowserSaveStateDataUIHQ.CanBeShown | ( | ) |
Tab allowing a supply truck to build a new base is not available for Conflict mode.
Implements SCR_EditorContentBrowserSaveStateDataUI.