См. определение в файле 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 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.