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

◆ OnAttachmentReservationRelease()

void Attachments::OnAttachmentReservationRelease ( EntityAI item,
int slot_id )
inlineprotected

См. определение в файле 5_Mission/GUI/InventoryNew/Attachments.c строка 451

452 {
453 SlotsIcon icon = m_AttachmentSlots.Get( slot_id );
454 icon.Clear();
455 }
ref map< int, SlotsIcon > m_AttachmentSlots
void Clear()
Определения SlotsIcon.c:612

Перекрестные ссылки SlotsIcon::Clear() и m_AttachmentSlots.

Используется в Attachments() и ~Attachments().