DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnSelect()

bool UIMenuPanel::OnSelect ( Widget w,
int x,
int y )
inlineprivate

См. определение в файле 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 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.