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

◆ ~ScriptConsole()

void UIScriptedMenu::~ScriptConsole ( )
inlineprotected

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

52 {
53 #ifndef SERVER
54 if (GetGame() && GetGame().GetMission() && GetGame().GetMission().GetHud())
55 {
58 }
60 m_HintWidgetRoot.Unlink();
61 #endif
63 if (plugin)
64 plugin.OnScriptMenuOpened(false);
65
66 if (GetGame() && GetGame().GetMission())
67 {
69 }
70 }
void PluginItemDiagnostic()
Определения PluginItemDiagnostic.c:74
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
proto native Mission GetMission()
void ShowQuickbarPlayer(bool show)
void ShowHudPlayer(bool show)
Hud GetHud()
Определения gameplay.c:721
void EnableAllInputs(bool bForceSupress=false)
Widget m_HintWidgetRoot
Определения ScriptConsole.c:7
proto native CGame GetGame()

Перекрестные ссылки Mission::EnableAllInputs(), GetGame(), Mission::GetHud(), CGame::GetMission(), GetPlugin(), m_HintWidgetRoot, PluginItemDiagnostic(), Hud::ShowHudPlayer() и Hud::ShowQuickbarPlayer().