DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnDoubleClick()
[2/2]
override
bool
UIScriptedMenu::OnDoubleClick
(
Widget
w
,
int
x
,
int
y
,
int
button
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
323
324
{
325
super.OnDoubleClick(w,
x
,
y
, button);
326
327
if
(
m_SelectedHandler
.OnDoubleClick(w,
x
,
y
,button))
328
return
true
;
329
330
return
false
;
331
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2