См. определение в файле UIScriptedMenu.c строка 282
283 {
284 if ( UIScriptedWindow.GetActiveWindows() )
285 {
286 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
287 {
288 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnSelect( w,
x,
y ) )
289 {
290 return true;
291 }
292 }
293 }
294
295 return false;
296 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.