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

◆ ScriptConsole()

void UIScriptedMenu::ScriptConsole ( )
inlineprotected

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

38 {
39 #ifndef SERVER
40 if (GetGame() && GetGame().GetMission() && GetGame().GetMission().GetHud())
41 {
44 }
45 #endif
47 if (plugin)
48 plugin.OnScriptMenuOpened(true);
49 }
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
proto native CGame GetGame()

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

Используется в Init() и OnClick().