DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetFocusedContainerYScreenPos()
[2/2]
override
float
Container::GetFocusedContainerYScreenPos
(
bool
contents
=
false
)
inline
protected
См. определение в файле
ClosableContainer.c
строка
141
142
{
143
float
x
,
y
;
144
if
( contents && GetFocusedContainer() )
145
y
= GetFocusedContainer().
GetFocusedContainerYScreenPos
( contents );
146
else
if
( GetRootWidget() )
147
GetRootWidget().GetScreenPos(
x
,
y
);
148
return
y
;
149
}
x
Icon x
y
Icon y
LayoutHolder::GetFocusedContainerYScreenPos
float GetFocusedContainerYScreenPos(bool contents=false)
Определения
Container.c:316
Перекрестные ссылки
x
и
y
.
Container
Создано системой
1.13.2