DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ShowBackdrop()
void ScriptedWidgetEventHandler::ShowBackdrop
(
bool
show
)
inline
private
См. определение в файле
ContextMenu.c
строка
113
114
{
115
if
(show ==
true
)
116
{
117
m_context_menu_root_widget
.FindAnyWidget(
"BackdropImageWidget"
).Show(
true
);
118
}
119
else
120
{
121
m_context_menu_root_widget
.FindAnyWidget(
"BackdropImageWidget"
).Show(
false
);
122
}
123
}
ScriptedWidgetEventHandler::m_context_menu_root_widget
Widget m_context_menu_root_widget
Определения
ContextMenu.c:6
Перекрестные ссылки
m_context_menu_root_widget
.
ScriptedWidgetEventHandler
Создано системой
1.13.2