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

◆ OnDrop()

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

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

538 {
539 if ( UIScriptedWindow.GetActiveWindows() )
540 {
541 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
542 {
543 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDrop( w, x, y, reciever ) )
544 {
545 return true;
546 }
547 }
548 }
549
550 return false;
551 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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