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