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

◆ IsDisplayable()

override bool AttachmentCategoriesSlotsContainer::IsDisplayable ( )
inlineprivate

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

31 {
32 for(int i = 0; i < m_Body.Count(); i++)
33 {
34 LayoutHolder c = m_Body[i];
35 if( c && c.IsDisplayable())
36 return true;
37 }
38 return false;
39 }

Используется в AttachmentCategoriesContainer::UpdateInterval().