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

◆ RemoveNewMagazineFromInventory()

void WeaponStateBase::RemoveNewMagazineFromInventory ( Weapon_Base w = NULL,
WeaponStateBase parent = NULL )
inlineprivate

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

7 {
8 m_newMagazine = NULL;
9 m_newSrc = NULL;
10 }
ref InventoryLocation m_newSrc
magazine that will be removed from inventory
Определения WeaponAttachMagazine.c:4
Magazine m_newMagazine
magazine that will be detached
Определения WeaponAttachMagazine.c:3

Перекрестные ссылки m_newMagazine, m_newSrc и WeaponStateBase().