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

◆ ResetFocusedContainer()

void LayoutHolder::ResetFocusedContainer ( )
inlineprotected

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

947 {
948 if ( GetFocusedContainer() )
949 {
950 GetFocusedContainer().ResetFocusedContainer();
951 }
952
953 m_ActiveIndex == 0;
954 }
int m_ActiveIndex
Определения Container.c:5
Container GetFocusedContainer()
Определения Container.c:48

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