См. определение в файле UIScriptedMenu.c строка 358
359 {
360 if ( UIScriptedWindow.GetActiveWindows() )
361 {
362 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
363 {
364 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseLeave( w, enterW,
x,
y ) )
365 {
366 return true;
367 }
368 }
369 }
370
371 return false;
372 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.