DayZ 1.28
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 строка 298

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

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