![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetAggregateSupplyCost () |
| map< string, int > | GetItemSupplyCosts () |
| void | AddItemSupplyCost (string itemName, int cost) |
Protected Attributes | |
| ref map< string, int > | m_mItemSupplyCosts = new map<string, int>() |
Definition at line 1 of file SCR_AnalyticsPlayerSupplySpendingData.c.
|
inlineprotected |
Adds new item type and it's cost to the list If item is already in the list, adds current cost to the already saved cost
| [in] | itemName | |
| [in] | cost |
Definition at line 28 of file SCR_AnalyticsPlayerSupplySpendingData.c.
|
inlineprotected |
Definition at line 6 of file SCR_AnalyticsPlayerSupplySpendingData.c.
Definition at line 18 of file SCR_AnalyticsPlayerSupplySpendingData.c.
|
protected |
Definition at line 3 of file SCR_AnalyticsPlayerSupplySpendingData.c.