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

◆ UnfocusGrid()

override void LeftArea::UnfocusGrid ( )
inlineprotected

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

44 {
45 Container active_container;
46 for ( int i = 0; i < m_OpenedContainers.Count(); i++ )
47 {
48 active_container = Container.Cast( m_OpenedContainers.Get( i ) );
49 active_container.UnfocusGrid();
50 }
51 }
const string Container
Определения CentralEconomy.c:6