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

◆ OnAttachmentReservationRelease()

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

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

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

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

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