Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LoadoutSaveBlackListHolder.c File Reference

Go to the source code of this file.

Classes

class  SCR_LoadoutSaveBlackListHolder
class  SCR_LoadoutSaveBlackList
class  SCR_LoadoutSaveBlackListItem

Functions

class SCR_LoadoutSaveBlackList BaseContainerProps ()
bool Init ()
bool IsEnabled ()
 Returns true if the light is enabled.
bool IsActive ()
void SetActive (bool active)
bool DoesBlackListContaintPrefab (ResourceName prefab)
SCR_UIInfo GetUIInfo ()
class SCR_LoadoutSaveBlackList SCR_BaseContainerCustomTitleEnum (SCR_EArsenalItemType, "m_eItemType")

Variables

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>()

Function Documentation

◆ BaseContainerProps()

class SCR_LoadoutSaveBlackList BaseContainerProps ( )

◆ DoesBlackListContaintPrefab()

bool BaseContainerProps::DoesBlackListContaintPrefab ( ResourceName prefab)
protected

Does black list contain prefab

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

Definition at line 97 of file SCR_LoadoutSaveBlackListHolder.c.

◆ GetUIInfo()

SCR_UIInfo BaseContainerProps::GetUIInfo ( )
protected
Returns
Get UIInfo

Definition at line 104 of file SCR_LoadoutSaveBlackListHolder.c.

◆ Init()

bool BaseContainerProps::Init ( )
protected

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 21 of file SCR_LoadoutSaveBlackListHolder.c.

◆ IsActive()

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

Definition at line 80 of file SCR_LoadoutSaveBlackListHolder.c.

◆ SCR_BaseContainerCustomTitleEnum()

class SCR_LoadoutSaveBlackList SCR_BaseContainerCustomTitleEnum ( SCR_EArsenalItemType ,
"m_eItemType"  )

Definition at line 257 of file SCR_LoadoutSaveBlackListHolder.c.

◆ SetActive()

void BaseContainerProps::SetActive ( bool active)
protected

Set black list enabled

Parameters
[in]enabledTrue if setting blacklist enabled

Definition at line 88 of file SCR_LoadoutSaveBlackListHolder.c.

Variable Documentation

◆ m_aBlackListedPrefabs

ref array<ResourceName> m_aBlackListedPrefabs
protected

Definition at line 10 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bBlackListActive

bool m_bBlackListActive
protected

Definition at line 4 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_bEnabled

bool m_bEnabled
protected

Definition at line 1 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedItemTypes

ref array<ref SCR_LoadoutSaveBlackListItemType> m_BlackListedItemTypes
protected

Definition at line 13 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_BlackListedPrefabs

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

Definition at line 16 of file SCR_LoadoutSaveBlackListHolder.c.

◆ m_UIInfo

ref SCR_UIInfo m_UIInfo
protected

Definition at line 7 of file SCR_LoadoutSaveBlackListHolder.c.