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

◆ OnChange()

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

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

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

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