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

◆ OnMouseLeave()

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

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

359 {
360 if ( UIScriptedWindow.GetActiveWindows() )
361 {
362 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
363 {
364 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseLeave( w, enterW, x, y ) )
365 {
366 return true;
367 }
368 }
369 }
370
371 return false;
372 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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