DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetMainContainerBottomPos()
float
PlayerContainer::GetMainContainerBottomPos
(
)
inline
protected
См. определение в файле
PlayerContainer.c
строка
307
308
{
309
float
x
,
y
;
310
float
x2, y2;
311
GetRootWidget().GetScreenPos(
x
,
y
);
312
GetRootWidget().GetScreenSize( x2, y2 );
313
y
+= y2;
314
return
y
;
315
}
x
Icon x
y
Icon y
Перекрестные ссылки
x
и
y
.
PlayerContainer
Создано системой
1.13.2