Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditorContentBrowserSaveStateDataUI Class Reference

Editor Content browser State data that includes UI data for tabs. More...

Inheritance diagram for SCR_EditorContentBrowserSaveStateDataUI:
SCR_EditorContentBrowserSaveStateData SCR_EditorContentBrowserSaveStateDataUIHQ

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

Detailed Description

Editor Content browser State data that includes UI data for tabs.

Definition at line 3 of file SCR_EditorContentBrowserStateDataUI.c.

Member Function Documentation

◆ CanBeShown()

bool SCR_EditorContentBrowserSaveStateDataUI::CanBeShown ( IEntity provider,
int playerId )
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.

◆ GetTabInfo()

void SCR_EditorContentBrowserSaveStateDataUI::GetTabInfo ( out string name,
out string filterAmount,
out ResourceName icon,
array< EEditableEntityLabel > activeLabels = null )
inlineprotected

Get tab info for displaying in editor content browser

Parameters
[out]nameName to display
[out]filterAmountamount of filters active
[out]iconicon to display (not used)
activeLabelsList of all active labels
Returns
Saved label count

Definition at line 33 of file SCR_EditorContentBrowserStateDataUI.c.

◆ GetUIInfo()

SCR_UIInfo SCR_EditorContentBrowserSaveStateDataUI::GetUIInfo ( )
inlineprotected

Get UI Info

Returns
Ui Info

Definition at line 20 of file SCR_EditorContentBrowserStateDataUI.c.

Member Data Documentation

◆ m_BrowserStateUIInfo

ref SCR_UIInfo SCR_EditorContentBrowserSaveStateDataUI::m_BrowserStateUIInfo
protected

Definition at line 6 of file SCR_EditorContentBrowserStateDataUI.c.


The documentation for this class was generated from the following file: