См. определение в файле UIScriptedMenu.c строка 537
538 {
539 if ( UIScriptedWindow.GetActiveWindows() )
540 {
541 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
542 {
543 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrop( w,
x,
y, reciever ) )
544 {
545 return true;
546 }
547 }
548 }
549
550 return false;
551 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.