DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetFocusedContainerHeight()
[2/2]
override
float
Container::GetFocusedContainerHeight
(
bool
contents
=
false
)
inline
protected
См. определение в файле
ClosableContainer.c
строка
121
122
{
123
float
x
,
y
;
124
if
( contents && GetFocusedContainer() )
125
y
= GetFocusedContainer().
GetFocusedContainerHeight
( contents );
126
else
if
( GetRootWidget() )
127
GetRootWidget().GetScreenSize(
x
,
y
);
128
return
y
;
129
}
x
Icon x
y
Icon y
LayoutHolder::GetFocusedContainerHeight
float GetFocusedContainerHeight(bool contents=false)
Определения
Container.c:284
Перекрестные ссылки
x
и
y
.
Container
Создано системой
1.13.2