DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnDoubleClick()
[2/2]
override
bool
UIScriptedMenu::OnDoubleClick
(
Widget
w
,
int
x
,
int
y
,
int
button
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
332
333
{
334
super.OnDoubleClick(w,
x
,
y
, button);
335
336
if
(
m_SelectedHandler
.OnDoubleClick(w,
x
,
y
,button))
337
return
true
;
338
339
return
false
;
340
}
x
Icon x
y
Icon y
UIScriptedMenu::m_SelectedHandler
ScriptConsoleTabBase m_SelectedHandler
Определения
ScriptConsole.c:18
Перекрестные ссылки
m_SelectedHandler
,
x
и
y
.
UIScriptedMenu
Создано системой
1.13.2