DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnMagazineInventoryExit()

void WeaponManager::OnMagazineInventoryExit ( Magazine mag)
inlineprivate

См. определение в файле WeaponManager.c строка 1171

1172 {
1173 m_SuitableMagazines.RemoveItem(mag);
1174
1175 MagazineStorage sMag = MagazineStorage.Cast(mag);
1176 if(sMag)
1177 {
1178 m_MagazineStorageInInventory.RemoveItem(sMag);
1179 return;
1180 }
1181
1182 if(mag)
1183 {
1184 m_MagazinePilesInInventory.RemoveItem(mag);
1185 }
1186 }
ref array< Magazine > m_MagazinePilesInInventory
Определения WeaponManager.c:33
ref array< Magazine > m_SuitableMagazines
Определения WeaponManager.c:35
ref array< MagazineStorage > m_MagazineStorageInInventory
Определения WeaponManager.c:34

Перекрестные ссылки m_MagazinePilesInInventory, m_MagazineStorageInInventory и m_SuitableMagazines.

Используется в OnMagazineAttach().