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

Protected Member Functions

bool Init ()
bool IsEnabled ()
bool IsActive ()
void SetActive (bool active)
bool DoesBlackListContaintPrefab (ResourceName prefab)
SCR_UIInfo GetUIInfo ()

Protected Attributes

bool m_bEnabled
bool m_bBlackListActive
ref SCR_UIInfo m_UIInfo
ref array< ResourceNamem_aBlackListedPrefabs
ref array< ref SCR_LoadoutSaveBlackListItemType > m_BlackListedItemTypes
ref set< ResourceNamem_BlackListedPrefabs = new set<ResourceName>()

Detailed Description

Definition at line 142 of file SCR_LoadoutSaveBlackListHolder.c.

Member Function Documentation

◆ DoesBlackListContaintPrefab()

bool SCR_LoadoutSaveBlackList::DoesBlackListContaintPrefab ( ResourceName prefab)
inlineprotected

Does black list contain prefab

Parameters
[in]prefabPrefab to check
Returns
True if it contains, false if it does not

Definition at line 241 of file SCR_LoadoutSaveBlackListHolder.c.

◆ GetUIInfo()

SCR_UIInfo SCR_LoadoutSaveBlackList::GetUIInfo ( )
inlineprotected
Returns
Get UIInfo

Definition at line 248 of file SCR_LoadoutSaveBlackListHolder.c.

◆ Init()

bool SCR_LoadoutSaveBlackList::Init ( )
inlineprotected

Init black list, this will get all items that should be blacklisted and adds it to one unified set (Server only)

Returns
Returns true if init is successfull, returns false if not

Definition at line 165 of file SCR_LoadoutSaveBlackListHolder.c.

◆ IsActive()

bool SCR_LoadoutSaveBlackList::IsActive ( )
inlineprotected
Returns
Get if black list is active

Definition at line 224 of file SCR_LoadoutSaveBlackListHolder.c.

◆ IsEnabled()

bool SCR_LoadoutSaveBlackList::IsEnabled ( )
inlineprotected
Returns
Get if black list is enabled. Disabled blacklists are removed on init

Definition at line 217 of file SCR_LoadoutSaveBlackListHolder.c.

◆ SetActive()

void SCR_LoadoutSaveBlackList::SetActive ( bool active)
inlineprotected

Set black list enabled

Parameters
[in]enabledTrue if setting blacklist enabled

Definition at line 232 of file SCR_LoadoutSaveBlackListHolder.c.

Member Data Documentation

◆ m_aBlackListedPrefabs

ref array<ResourceName> SCR_LoadoutSaveBlackList::m_aBlackListedPrefabs
protected

Definition at line 154 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bBlackListActive

bool SCR_LoadoutSaveBlackList::m_bBlackListActive
protected

Definition at line 148 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bEnabled

bool SCR_LoadoutSaveBlackList::m_bEnabled
protected

Definition at line 145 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedItemTypes

ref array<ref SCR_LoadoutSaveBlackListItemType> SCR_LoadoutSaveBlackList::m_BlackListedItemTypes
protected

Definition at line 157 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedPrefabs

ref set<ResourceName> SCR_LoadoutSaveBlackList::m_BlackListedPrefabs = new set<ResourceName>()
protected

Definition at line 160 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_UIInfo

ref SCR_UIInfo SCR_LoadoutSaveBlackList::m_UIInfo
protected

Definition at line 151 of file SCR_LoadoutSaveBlackListHolder.c.


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