![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base Used for items and attachments which should not be shown in the arsenal but should have a cost to them so any weapon in arsenal with that attachment will get a supply cost increase as well as being able to sell the item in the arsenal. More...
Protected Member Functions | |
| int | GetSupplyCost (SCR_EArsenalSupplyCostType supplyCostType, bool addAdditionalCosts=true) |
| override void | InitData (notnull SCR_EntityCatalogEntry entry) |
| override void | PostInitData (notnull SCR_EntityCatalogEntry entry) |
| Gets the calculated cost of the attachments and ammo. | |
Protected Attributes | |
| int | m_iSupplyCost |
| ref array< ref SCR_ArsenalAlternativeCostData > | m_aArsenalAlternativeCostData |
| ref array< SCR_ArsenalItem > | m_aAdditionalCosts |
| ref array< SCR_NonArsenalItemCostCatalogData > | m_aNonArsenalAdditionalCosts |
| ref map< SCR_EArsenalSupplyCostType, int > | m_mArsenalAlternativeCostData |
Base Used for items and attachments which should not be shown in the arsenal but should have a cost to them so any weapon in arsenal with that attachment will get a supply cost increase as well as being able to sell the item in the arsenal.
Definition at line 3 of file SCR_NonArsenalItemCostCatalogData.c.
|
inlineprotected |
Get supply cost of item
| [in] | supplyCostType | What the supply cost is that should be obtained from the arsenal data. If the specific supply cost is not found then Default will be used instead |
| [in] | addAdditionalCosts | Whether additional costs should be counted in supply cost or not. By default set to true. |
Definition at line 22 of file SCR_NonArsenalItemCostCatalogData.c.
|
inlineprotected |
Definition at line 57 of file SCR_NonArsenalItemCostCatalogData.c.
|
inlineprotected |
Gets the calculated cost of the attachments and ammo.
Definition at line 80 of file SCR_NonArsenalItemCostCatalogData.c.
|
protected |
Definition at line 12 of file SCR_NonArsenalItemCostCatalogData.c.
|
protected |
Definition at line 9 of file SCR_NonArsenalItemCostCatalogData.c.
|
protected |
Definition at line 13 of file SCR_NonArsenalItemCostCatalogData.c.
|
protected |
Definition at line 6 of file SCR_NonArsenalItemCostCatalogData.c.
|
protected |
Definition at line 15 of file SCR_NonArsenalItemCostCatalogData.c.