См. определение в файле UIScriptedMenu.c строка 343
344 {
345 if ( UIScriptedWindow.GetActiveWindows() )
346 {
347 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
348 {
349 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseEnter( w,
x,
y ) )
350 {
351 return true;
352 }
353 }
354 }
355
356 return false;
357 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.