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

◆ IsDisplayable()

override bool Container::IsDisplayable ( )
inlineprotected

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

18 {
19 for(int i = 0; i < m_Body.Count(); i++)
20 {
21 LayoutHolder c = m_Body[i];
22 if( c && c.IsDisplayable())
23 return true;
24 }
25 return false;
26 }

Используется в LayoutHolder::RecomputeOpenedContainers() и VicinitySlotsContainer::ShowItemsInContainers().