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

◆ GetColumnCountForRow()

int AttachmentsGroupContainer::GetColumnCountForRow ( int row,
bool include_invisible = true )
inlineprivate

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

68 {
69 Container c;
70 if (include_invisible)
71 {
72 c = Container.Cast(m_Body[row]);
73 }
74 else
75 {
76 c = Container.Cast(m_OpenedContainers[row]);
77 }
78 return c.GetColumnCount();
79 }
const string Container
Определения CentralEconomy.c:6