DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetContainer()
Container
LayoutHolder::GetContainer
(
int
index
)
inline
protected
См. определение в файле
Container.c
строка
57
58
{
59
if
(index <
m_Body
.Count())
60
{
61
return
Container
.Cast(
m_Body
[index] );
62
}
63
return
null;
64
}
LayoutHolder::Container
void Container(LayoutHolder parent)
Определения
Container.c:35
LayoutHolder::m_Body
ref array< ref LayoutHolder > m_Body
Определения
Container.c:3
Перекрестные ссылки
Container()
и
m_Body
.
LayoutHolder
Создано системой
1.13.2