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

◆ OnSelect()

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

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

284 {
285 if ( UIScriptedWindow.GetActiveWindows() )
286 {
287 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
288 {
289 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnSelect( w, x, y ) )
290 {
291 return true;
292 }
293 }
294 }
295
296 return false;
297 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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