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

◆ OnItemSelected()

bool UIMenuPanel::OnItemSelected ( Widget w,
int x,
int y,
int row,
int column,
int oldRow,
int oldColumn )
inlineprivate

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

298 {
299 if ( UIScriptedWindow.GetActiveWindows() )
300 {
301 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
302 {
303 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnItemSelected( w, x, y, row, column, oldRow, oldColumn ) )
304 {
305 return true;
306 }
307 }
308 }
309
310 return false;
311 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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