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

◆ OnDrop()

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

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

539 {
540 if ( UIScriptedWindow.GetActiveWindows() )
541 {
542 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
543 {
544 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrop( w, x, y, reciever ) )
545 {
546 return true;
547 }
548 }
549 }
550
551 return false;
552 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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