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

◆ OnMouseLeave() [14/14]

override bool UIScriptedMenu::OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
inlineprotected

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

343 {
344 super.OnMouseLeave(w, enterW, x, y);
345
346 if (!m_EditTooltipRoot.IsVisible())
348
349 if (m_SelectedHandler.OnMouseLeave(w, enterW, x, y))
350 return true;
351
352 return false;
353 }
Icon x
Icon y
Widget m_EditTooltipRoot
Определения ScriptConsole.c:9
void HoverInterrupt()
Определения ScriptConsole.c:201
ScriptConsoleTabBase m_SelectedHandler
Определения ScriptConsole.c:18

Перекрестные ссылки HoverInterrupt(), m_EditTooltipRoot, m_SelectedHandler, x и y.