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

◆ OnAttachmentReservationSet()

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

См. определение в файле 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
Определения Attachments.c:10
void Init(EntityAI obj, bool reservation=false)
Определения SlotsIcon.c:501

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

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