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

◆ GetRowCount()

int AttachmentsGroupContainer::GetRowCount ( bool include_invisible = true)
inlineprivate

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

56 {
57 if (include_invisible)
58 {
59 return m_Body.Count();
60 }
61 else
62 {
63 return m_OpenedContainers.Count();
64 }
65 }