См. определение в файле UIScriptedMenu.c строка 477
478 {
479 if ( UIScriptedWindow.GetActiveWindows() )
480 {
481 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
482 {
483 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnChange( w,
x,
y, finished ) )
484 {
485 return true;
486 }
487 }
488 }
489
490 return false;
491 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.