См. определение в файле UIScriptedMenu.c строка 523
524 {
525 if ( UIScriptedWindow.GetActiveWindows() )
526 {
527 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
528 {
529 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDraggingOver( w,
x,
y, reciever ) )
530 {
531 return true;
532 }
533 }
534 }
535
536 return false;
537 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.