См. определение в файле WeaponManager.c строка 1097
1098 {
1100 Magazine mag;
1101 for (int i = startIdx; i < count; i++)
1102 {
1104 if (mag && mag.GetAmmoCount() > 0 && (!mag.GetHierarchyParent() || mag.GetHierarchyParent().GetInventory().AreChildrenAccessible()))
1105 {
1106 startIdx = i;
1108 }
1109 }
1110 return null;
1111 }
ref array< Magazine > m_SuitableMagazines
Перекрестные ссылки m_SuitableMagazines.
Используется в FirearmActionLoadMultiBulletQuick::Start().