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

◆ OnMouseLeave() [14/14]

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

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

334 {
335 super.OnMouseLeave(w, enterW, x, y);
336
337 if (!m_EditTooltipRoot.IsVisible())
339
340 if (m_SelectedHandler.OnMouseLeave(w, enterW, x, y))
341 return true;
342
343 return false;
344 }
Icon x
Icon y
Widget m_EditTooltipRoot
Определения ScriptConsole.c:9
void HoverInterrupt()
Определения ScriptConsole.c:199
ScriptConsoleTabBase m_SelectedHandler
Определения ScriptConsole.c:18

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