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