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

◆ OnEvent()

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

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

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

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