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