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

◆ OnChange()

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

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

479 {
480 if ( UIScriptedWindow.GetActiveWindows() )
481 {
482 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
483 {
484 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnChange( w, x, y, finished ) )
485 {
486 return true;
487 }
488 }
489 }
490
491 return false;
492 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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