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

◆ GetSlotsIcon()

SlotsIcon AttachmentsGroupContainer::GetSlotsIcon ( int row,
int column,
bool include_invisible = true )
inlineprivate

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

42 {
43 SlotsContainer c;
44 if (include_invisible)
45 {
46 c = SlotsContainer.Cast(m_Body[row]);
47 }
48 else
49 {
50 c = SlotsContainer.Cast(m_OpenedContainers[row]);
51 }
52 return c.GetSlotIcon(column);
53 }
SlotsIcon GetSlotIcon(int index)
Определения SlotsContainer.c:207

Перекрестные ссылки SlotsContainer::GetSlotIcon().