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

◆ IsLastContainerFocused()

bool LayoutHolder::IsLastContainerFocused ( )
inlineprotected

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

942 {
943 return m_ActiveIndex >= ( m_OpenedContainers.Count() - 1 );
944 }
ref array< LayoutHolder > m_OpenedContainers
Определения Container.c:4
int m_ActiveIndex
Определения Container.c:5

Перекрестные ссылки m_ActiveIndex и m_OpenedContainers.

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