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

◆ OnDropReceived()

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

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

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

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