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

◆ SetActive()

override void AttachmentsGroupContainer::SetActive ( bool active)
inlineprivate

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

27 {
28 super.SetActive(active);
29 if (!active)
30 {
31 m_FocusedColumn = 0;
32 }
33 }

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