См. определение в файле UIScriptedMenu.c строка 268
269 {
270 if ( UIScriptedWindow.GetActiveWindows() )
271 {
272 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
273 {
274 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDoubleClick( w,
x,
y, button ) )
275 {
276 return true;
277 }
278 }
279 }
280
281 return false;
282 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.