Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_LoadoutSaveBlackListHolder.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_LoadoutSaveBlackListHolder
 
class  SCR_LoadoutSaveBlackList
 

Functions

class SCR_LoadoutSaveBlackList BaseContainerProps ()
 
bool Init ()
 initialization More...
 
bool IsEnabled ()
 
bool IsActive ()
 
void SetActive (bool active)
 
bool DoesBlackListContaintPrefab (ResourceName prefab)
 
SCR_UIInfo GetUIInfo ()
 
class SCR_LoadoutSaveBlackList SCR_BaseContainerCustomTitleEnum (SCR_EArsenalItemType, "m_eItemType")
 

Variables

protected bool m_bEnabled
 
protected bool m_bBlackListActive
 
protected ref SCR_UIInfo m_UIInfo
 
protected ref array< ResourceName > m_aBlackListedPrefabs
 
protected ref array< ref SCR_LoadoutSaveBlackListItemType > m_BlackListedItemTypes
 
protected ref set< ResourceName > m_BlackListedPrefabs = new set<ResourceName>()
 

Function Documentation

◆ BaseContainerProps()

class SCR_LoadoutSaveBlackList BaseContainerProps ( )

◆ DoesBlackListContaintPrefab()

bool BaseContainerProps::DoesBlackListContaintPrefab ( ResourceName  prefab)

Does black list contain prefab

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

Definition at line 99 of file SCR_LoadoutSaveBlackListHolder.c.

◆ IsActive()

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

Definition at line 82 of file SCR_LoadoutSaveBlackListHolder.c.

◆ SCR_BaseContainerCustomTitleEnum()

◆ SetActive()

void BaseContainerProps::SetActive ( bool  active)

Set black list enabled

Parameters
[in]enabledTrue if setting blacklist enabled

Definition at line 90 of file SCR_LoadoutSaveBlackListHolder.c.

Variable Documentation

◆ m_aBlackListedPrefabs

protected ref array<ResourceName> m_aBlackListedPrefabs

Definition at line 12 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bBlackListActive

protected bool m_bBlackListActive

Definition at line 6 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bEnabled

protected bool m_bEnabled

Definition at line 3 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedItemTypes

protected ref array<ref SCR_LoadoutSaveBlackListItemType> m_BlackListedItemTypes

Definition at line 15 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedPrefabs

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

Definition at line 18 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_UIInfo

protected ref SCR_UIInfo m_UIInfo

Definition at line 9 of file SCR_LoadoutSaveBlackListHolder.c.