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

◆ OnController()

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

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

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

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