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

◆ OnMagazineInventoryExit()

void WeaponManager::OnMagazineInventoryExit ( Magazine mag)
inlineprivate

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

1176 {
1177 m_SuitableMagazines.RemoveItem(mag);
1178
1179 MagazineStorage sMag = MagazineStorage.Cast(mag);
1180 if(sMag)
1181 {
1182 m_MagazineStorageInInventory.RemoveItem(sMag);
1183 return;
1184 }
1185
1186 if(mag)
1187 {
1188 m_MagazinePilesInInventory.RemoveItem(mag);
1189 }
1190 }
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().