![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | GetArsenalItems (out array< ref SCR_ArsenalItemStandalone > arsenalItems) |
| bool | GetItemTypeAndModeForPrefab (ResourceName prefab, out SCR_EArsenalItemType itemType, out SCR_EArsenalItemMode itemMode) |
| array< SCR_ArsenalItem > | GetFilteredArsenalItems (SCR_EArsenalItemType typeFilter, SCR_EArsenalItemMode modeFilter, EArsenalItemDisplayType requiresDisplayType=-1, SCR_Faction checkFaction=null) |
| bool | GetItemModeForPrefab (ResourceName prefab, out SCR_EArsenalItemType itemMode) |
| bool | GetUseMilitarySupplyAllocationForPrefab (ResourceName prefab, out SCR_EArsenalItemType itemUseMilitarySupplyAllocation) |
Protected Attributes | |
| ref array< ref SCR_ArsenalItemStandalone > | m_aArsenalItems |
| ref map< SCR_EArsenalItemType, ref array< SCR_ArsenalItem > > | m_mArsenalItemsByType = new map<SCR_EArsenalItemType, ref array<SCR_ArsenalItem>>() |
Definition at line 2 of file SCR_ArsenalItemListConfig.c.
|
inlineprotected |
|
inlineprotected |
Get arsenal items filtered by SCR_EArsenalItemType filter, caches values
| [in] | filter | Combined flags for available items for this faction (RIFLE, MAGAZINE, EQUIPMENT, RADIOBACKPACK etc.) |
| [in] | typeFilter | |
| [in] | modeFilter | |
| [in] | requiresDisplayType | Requires the Arsenal data to have display data type (-1 is ignore) |
| [in] | checkFaction | If a faction is given it will check if the item is part of the faction and if not will filter out the item |
Definition at line 49 of file SCR_ArsenalItemListConfig.c.
|
inlineprotected |
| [in] | prefab | |
| [out] | itemMode |
Definition at line 100 of file SCR_ArsenalItemListConfig.c.
|
inlineprotected |
| [in] | prefab | |
| [out] | itemType | |
| [out] | itemMode |
Definition at line 23 of file SCR_ArsenalItemListConfig.c.
|
inlineprotected |
| [in] | prefab | |
| [out] | itemUseMilitarySupplyAllocation |
Definition at line 118 of file SCR_ArsenalItemListConfig.c.
|
protected |
Definition at line 5 of file SCR_ArsenalItemListConfig.c.
|
protected |
Definition at line 7 of file SCR_ArsenalItemListConfig.c.