8 protected int m_MaxItemCount;
21 return m_MaxItemCount;
32 static bool CheckMaxCount(array<ref SCR_ArsenalItemCountConfig> maxItemCounts,
SCR_EArsenalItemType itemType,
int currentCountTaken)
37 for (
int i = 0, c = maxItemCounts.Count(); i < c; i++)
40 if (item.GetItemType() == itemType
41 && currentCountTaken >= item.GetMaxItemCount())