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

◆ OnClick()

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

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

239 {
240 if ( UIScriptedWindow.GetActiveWindows() )
241 {
242 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
243 {
244 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnClick( w, x, y, button ) )
245 {
246 return true;
247 }
248 }
249 }
250
251 return false;
252 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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