См. определение в файле UIScriptedMenu.c строка 237
238 {
239 if ( UIScriptedWindow.GetActiveWindows() )
240 {
241 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
242 {
243 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnClick( w,
x,
y, button ) )
244 {
245 return true;
246 }
247 }
248 }
249
250 return false;
251 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.