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

◆ OnDraggingOver()

bool UIMenuPanel::OnDraggingOver ( Widget w,
int x,
int y,
Widget reciever )
inlineprivate

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

524 {
525 if ( UIScriptedWindow.GetActiveWindows() )
526 {
527 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
528 {
529 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDraggingOver( w, x, y, reciever ) )
530 {
531 return true;
532 }
533 }
534 }
535
536 return false;
537 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.