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

◆ OnController()

bool UIMenuPanel::OnController ( Widget w,
int control,
int value )
inlineprivate

См. определение в файле UIScriptedMenu.c строка 418

419 {
420 if ( UIScriptedWindow.GetActiveWindows() )
421 {
422 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
423 {
424 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnController( w, control, value ) )
425 {
426 return true;
427 }
428 }
429 }
430
431 return false;
432 }
@ Count
Определения RandomGeneratorSyncManager.c:8

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