![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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>() |
| class SCR_LoadoutSaveBlackList BaseContainerProps | ( | ) |
| bool BaseContainerProps::DoesBlackListContaintPrefab | ( | ResourceName | prefab | ) |
Does black list contain prefab
| [in] | prefab | Prefab to check |
Definition at line 99 of file SCR_LoadoutSaveBlackListHolder.c.
| bool BaseContainerProps::IsActive | ( | ) |
Definition at line 82 of file SCR_LoadoutSaveBlackListHolder.c.
| class SCR_LoadoutSaveBlackList SCR_BaseContainerCustomTitleEnum | ( | SCR_EArsenalItemType | , |
| "m_eItemType" | |||
| ) |
Definition at line 246 of file SCR_LoadoutSaveBlackListHolder.c.
| void BaseContainerProps::SetActive | ( | bool | active | ) |
Set black list enabled
| [in] | enabled | True if setting blacklist enabled |
Definition at line 90 of file SCR_LoadoutSaveBlackListHolder.c.
| protected ref array<ResourceName> m_aBlackListedPrefabs |
Definition at line 12 of file SCR_LoadoutSaveBlackListHolder.c.
| protected bool m_bBlackListActive |
Definition at line 6 of file SCR_LoadoutSaveBlackListHolder.c.
| protected bool m_bEnabled |
Definition at line 3 of file SCR_LoadoutSaveBlackListHolder.c.
| protected ref array<ref SCR_LoadoutSaveBlackListItemType> m_BlackListedItemTypes |
Definition at line 15 of file SCR_LoadoutSaveBlackListHolder.c.
| protected ref set<ResourceName> m_BlackListedPrefabs = new set<ResourceName>() |
Definition at line 18 of file SCR_LoadoutSaveBlackListHolder.c.
| protected ref SCR_UIInfo m_UIInfo |
Definition at line 9 of file SCR_LoadoutSaveBlackListHolder.c.