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