![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_EArsenalItemType | GetItemType () |
| int | GetMaxItemCount () |
Static Protected Member Functions | |
| static bool | CheckMaxCount (array< ref SCR_ArsenalItemCountConfig > maxItemCounts, SCR_EArsenalItemType itemType, int currentCountTaken) |
Protected Attributes | |
| SCR_EArsenalItemType | m_ItemType |
| int | m_MaxItemCount |
Definition at line 2 of file SCR_ArsenalItemCountConfig.c.
|
inlinestaticprotected |
Check if item type and current amount is valid for configured max count
| [in] | maxItemCounts | Source array with configured maximum count for specific SCR_EArsenalItemType |
| [in] | itemType | SCR_EArsenalItemType of the item to check |
| [in] | currentCountTaken | Current amount of times this item has been taken |
Definition at line 32 of file SCR_ArsenalItemCountConfig.c.
|
inlineprotected |
Definition at line 12 of file SCR_ArsenalItemCountConfig.c.
|
inlineprotected |
Definition at line 19 of file SCR_ArsenalItemCountConfig.c.
|
protected |
Definition at line 5 of file SCR_ArsenalItemCountConfig.c.
|
protected |
Definition at line 8 of file SCR_ArsenalItemCountConfig.c.