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

◆ GetFocusedContainerYPos()

float LayoutHolder::GetFocusedContainerYPos ( bool contents = false)
inlineprotected

См. определение в файле Container.c строка 305

306 {
307 float x, y;
308 if( GetFocusedContainer() )
310 else if( GetRootWidget() )
311 GetRootWidget().GetPos( x, y );
312
313 return y;
314 }
Icon x
Icon y
override float GetFocusedContainerYPos(bool contents=false)
Определения CargoContainer.c:446
Container GetFocusedContainer()
Определения Container.c:48

Перекрестные ссылки GetFocusedContainer(), x и y.