![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Editor Content browser State data that includes UI data for tabs. More...
Protected Member Functions | |
| bool | CanBeShown (IEntity provider, int playerId) |
| SCR_UIInfo | GetUIInfo () |
| void | GetTabInfo (out string name, out string filterAmount, out ResourceName icon, array< EEditableEntityLabel > activeLabels=null) |
Protected Attributes | |
| ref SCR_UIInfo | m_BrowserStateUIInfo |
Editor Content browser State data that includes UI data for tabs.
Definition at line 3 of file SCR_EditorContentBrowserStateDataUI.c.
|
inlineprotected |
To be overridden in inherited classes. Adds a custom condition that allows to show the tab only with given conditions.
Definition at line 11 of file SCR_EditorContentBrowserStateDataUI.c.
|
inlineprotected |
Get tab info for displaying in editor content browser
| [out] | name | Name to display |
| [out] | filterAmount | amount of filters active |
| [out] | icon | icon to display (not used) |
| activeLabels | List of all active labels |
Definition at line 33 of file SCR_EditorContentBrowserStateDataUI.c.
|
inlineprotected |
|
protected |
Definition at line 6 of file SCR_EditorContentBrowserStateDataUI.c.