![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Init () |
| Init black lists, this will make sure each blacklist has a list to items that are blacklisted. | |
| int | GetLoadoutSaveBlackLists (out notnull array< SCR_LoadoutSaveBlackList > loadoutSaveBlackLists) |
| int | GetBlackListsCount () |
| bool | IsPrefabBlacklisted (ResourceName prefab) |
| bool | IsBlackListActive (int index) |
| void | SetBlackListActive (int index, bool active) |
| int | GetOrderedBlackListsActive (out notnull array< bool > orderedBlackListActive) |
| void | SetOrderedBlackListsActive (notnull array< bool > orderedBlackListActive) |
Protected Attributes | |
| ref array< ref SCR_LoadoutSaveBlackList > | m_LoadoutSaveBlackLists |
| ref array< ref SCR_LoadoutSaveBlackListItem > | m_aSaveBlackListItems |
Definition at line 2 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Definition at line 43 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Get List of all black lists
| [out] | loadoutSaveBlackLists | List of black lists which contain lists of prefabs that can never be saved if the blacklist is enabled |
Definition at line 29 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Get black lists active returning an ordered active array
| [in] | orderedBlackListActive | Ordered active array |
Definition at line 113 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Init black lists, this will make sure each blacklist has a list to items that are blacklisted.
Definition at line 12 of file SCR_LoadoutSaveBlackListHolder.c.
Get if black list is active
| [in] | index | Index of black list |
Definition at line 83 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Check if given prefab is in an enabled blacklist.
| [in] | prefab | Prefab to check |
Definition at line 52 of file SCR_LoadoutSaveBlackListHolder.c.
Set black list active
| [in] | index | Index of black list |
| [in] | active | True if setting blacklist active |
Definition at line 98 of file SCR_LoadoutSaveBlackListHolder.c.
|
inlineprotected |
Set black lists active using ordered active array
| [in] | orderedBlackListActive | Ordered active array |
Definition at line 131 of file SCR_LoadoutSaveBlackListHolder.c.
|
protected |
Definition at line 8 of file SCR_LoadoutSaveBlackListHolder.c.
|
protectedattribute |
Definition at line 5 of file SCR_LoadoutSaveBlackListHolder.c.