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

◆ GetFocusedSlot()

int Attachments::GetFocusedSlot ( )
inlineprotected

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

110 {
111 SlotsIcon icon = m_AttachmentsContainer.GetFocusedSlotsIcon();
112 if (icon)
113 return icon.GetSlotID();
114 return -1;
115 }
ref AttachmentsWrapper m_AttachmentsContainer
Определения Attachments.c:7
int GetSlotID()
Определения SlotsIcon.c:190

Перекрестные ссылки SlotsIcon::GetSlotID() и m_AttachmentsContainer.