![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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< ResourceName > | m_aBlackListedPrefabs |
| ref array< ref SCR_LoadoutSaveBlackListItemType > | m_BlackListedItemTypes |
| ref set< ResourceName > | m_BlackListedPrefabs = new set<ResourceName>() |
| class SCR_LoadoutSaveBlackList BaseContainerProps | ( | ) |
|
protected |
Does black list contain prefab
| [in] | prefab | Prefab to check |
Definition at line 97 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 104 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Init black list, this will get all items that should be blacklisted and adds it to one unified set (Server only)
Definition at line 21 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 80 of file SCR_LoadoutSaveBlackListHolder.c.
| class SCR_LoadoutSaveBlackList SCR_BaseContainerCustomTitleEnum | ( | SCR_EArsenalItemType | , |
| "m_eItemType" | ) |
Definition at line 257 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Set black list enabled
| [in] | enabled | True if setting blacklist enabled |
Definition at line 88 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 10 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 4 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 1 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 13 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 16 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 7 of file SCR_LoadoutSaveBlackListHolder.c.