См. определение в файле UIScriptedMenu.c строка 493
494 {
495 if ( UIScriptedWindow.GetActiveWindows() )
496 {
497 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
498 {
499 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrag( w,
x,
y ) )
500 {
501 return true;
502 }
503 }
504 }
505
506 return false;
507 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.