DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetMainContainerBottomPos()

float PlayerContainer::GetMainContainerBottomPos ( )
inlineprotected

См. определение в файле 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 }
Icon x
Icon y

Перекрестные ссылки x и y.