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

◆ SetNextRightActive()

void LayoutHolder::SetNextRightActive ( )
inlineprotected

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

1029 {
1030 Container active;
1031 if (m_OpenedContainers.Count())
1032 {
1034 }
1035
1036 if (active)
1037 {
1038 active.SetNextRightActive();
1039 }
1040 }
override void SetNextRightActive()
Определения CargoContainer.c:685
void Container(LayoutHolder parent)
Определения Container.c:35
ref array< LayoutHolder > m_OpenedContainers
Определения Container.c:4
int m_ActiveIndex
Определения Container.c:5

Перекрестные ссылки Container(), m_ActiveIndex, m_OpenedContainers и Container::SetNextRightActive().