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

◆ GetCurrentContainerBottomY()

float RightArea::GetCurrentContainerBottomY ( )
inlineprotected

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

244 {
245 float x, y;
246 GetMainWidget().Update();
247 GetMainWidget().GetScreenPos( x, y );
248
249 float cont_screen_pos = GetFocusedContainerYScreenPos();
250 float cont_screen_height = GetFocusedContainerHeight();
251 return cont_screen_pos - y + cont_screen_height;
252 }
Icon x
Icon y
override float GetFocusedContainerHeight(bool contents=false)
Определения CargoContainer.c:436
override float GetFocusedContainerYScreenPos(bool contents=false)
Определения CargoContainer.c:456

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

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