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

◆ GetFocusedContainerYScreenPos()

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

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

317 {
318 float x, y, result;
319 if( GetFocusedContainer() )
321 else if( GetRootWidget() )
322 GetRootWidget().GetScreenPos( x, y );
323
324
325 result = y;
326
327 if ( m_ActiveIndex == 0 )
328 {
329 if ( GetHeader() )
330 {
331 GetHeader().GetRootWidget().GetScreenPos( x, y );
332 result = y;
333 }
334 }
335 return result;
336 }
Icon x
Icon y
override float GetFocusedContainerYScreenPos(bool contents=false)
Определения CargoContainer.c:456
int m_ActiveIndex
Определения Container.c:5
Container GetFocusedContainer()
Определения Container.c:48
Header GetHeader()

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