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

◆ GetCurrentContainerTopY()

float RightArea::GetCurrentContainerTopY ( )
inlineprotected

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

234 {
235 float x, y;
236 GetMainWidget().Update();
237 GetMainWidget().GetScreenPos( x, y );
238 float cont_screen_pos = GetFocusedContainerYScreenPos();
239
240 return cont_screen_pos - y;
241 }
Icon x
Icon y
override float GetFocusedContainerYScreenPos(bool contents=false)
Определения CargoContainer.c:456

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

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