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