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

◆ OnDraggingOver()

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

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

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

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