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

◆ IsActive()

override bool LeftArea::IsActive ( )
inlineprotected

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

54 {
55 if( m_OpenedContainers.Count() <= m_ActiveIndex )
56 {
57 m_ActiveIndex = 0;
58 }
59 Container active_container = Container.Cast( m_OpenedContainers.Get( m_ActiveIndex ) );
60 return active_container.IsActive( );
61 }
const string Container
Определения CentralEconomy.c:6