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

◆ GetCurrentContainerTopY()

float LeftArea::GetCurrentContainerTopY ( )
inlineprotected

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

107 {
108 float x, y, cont_screen_pos;
109 m_MainWidget.GetScreenPos( x, y );
110 if ( m_OpenedContainers.IsValidIndex( m_ActiveIndex ) )
111 cont_screen_pos = Container.Cast( m_OpenedContainers.Get( m_ActiveIndex ) ).GetFocusedContainerYScreenPos();
112
113 return cont_screen_pos - y;
114 }
const string Container
Определения CentralEconomy.c:6
Icon x
Icon y

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

Используется в UpdateSelectionIcons().