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

◆ OnEvent()

bool UIMenuPanel::OnEvent ( EventType eventType,
Widget target,
int parameter0,
int parameter1 )
inlineprivate

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

570 {
571 if ( UIScriptedWindow.GetActiveWindows() )
572 {
573 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
574 {
575 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnEvent( eventType, target, parameter0, parameter1 ) )
576 {
577 return true;
578 }
579 }
580 }
581
582 return false;
583 }
@ Count
Определения RandomGeneratorSyncManager.c:8

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