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