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

◆ GetCurrentContainerBottomY()

float LeftArea::GetCurrentContainerBottomY ( )
inlineprotected

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

117 {
118 float x, y, cont_screen_pos, cont_screen_height;
119 m_MainWidget.GetScreenPos( x, y );
120
121 if ( m_OpenedContainers.IsValidIndex( m_ActiveIndex ) )
122 {
123 cont_screen_pos = Container.Cast( m_OpenedContainers.Get( m_ActiveIndex ) ).GetFocusedContainerYScreenPos();
124 cont_screen_height = Container.Cast( m_OpenedContainers.Get( m_ActiveIndex ) ).GetFocusedContainerHeight();
125 }
126
127 return cont_screen_pos - y + cont_screen_height;
128 }
const string Container
Определения CentralEconomy.c:6
Icon x
Icon y

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

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