DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetColumnCountForRow()
int
AttachmentsGroupContainer::GetColumnCountForRow
(
int
row
,
bool
include_invisible
=
true
)
inline
private
См. определение в файле
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
}
Container
const string Container
Определения
CentralEconomy.c:6
AttachmentsGroupContainer
Создано системой
1.13.2