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

◆ SetNextLeftActive()

void LayoutHolder::SetNextLeftActive ( )
inlineprotected

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

1043 {
1044 Container active;
1045 if (m_OpenedContainers.Count())
1046 {
1048 }
1049
1050 if (active)
1051 {
1052 active.SetNextLeftActive();
1053 }
1054 }
override void SetNextLeftActive()
Определения CargoContainer.c:709
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::SetNextLeftActive().