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

◆ OnAttachmentReservationSet()

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

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

442 {
443 SlotsIcon icon = m_AttachmentSlots.Get( slot_id );
444
445 if (item)
446 {
447 icon.Init( item, true );
448 }
449 }
ref map< int, SlotsIcon > m_AttachmentSlots
void Init(EntityAI obj, bool reservation=false)
Определения SlotsIcon.c:501

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

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