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

◆ GetFocusedSlotsIcon()

SlotsIcon LayoutHolder::GetFocusedSlotsIcon ( )
inlineprotected

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

73 {
75 if (c)
76 {
77 return c.GetFocusedSlotsIcon();
78 }
79 return null;
80 }
void Container(LayoutHolder parent)
Определения Container.c:35
Container GetFocusedContainer()
Определения Container.c:48

Перекрестные ссылки Container() и GetFocusedContainer().

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