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

◆ Exit() [3/3]

void UIScriptedMenu::Exit ( )
inlineprotected

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

515 {
516 GetGame().GetUIManager().ShowDialog("#main_menu_exit", "#main_menu_exit_desc", IDC_MAIN_QUIT, DBT_YESNO, DBB_YES, DMT_QUESTION, this);
517 }
proto native UIManager GetUIManager()
proto native void ShowDialog(string caption, string text, int id, int butts, int def, int type, UIScriptedMenu handler)
Shows message dialog.
proto native CGame GetGame()
const int IDC_MAIN_QUIT
Определения constants.c:144

Перекрестные ссылки GetGame(), CGame::GetUIManager(), IDC_MAIN_QUIT и UIManager::ShowDialog().