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

◆ OnMouseLeave()

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

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

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

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