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