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

◆ OnClick()

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

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

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

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