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