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

◆ OnDropReceived()

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

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

554 {
555 if ( UIScriptedWindow.GetActiveWindows() )
556 {
557 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
558 {
559 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDropReceived( w, x, y, reciever ) )
560 {
561 return true;
562 }
563 }
564 }
565
566 return false;
567 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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