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

◆ ToggleMissionLoader()

void PluginBase::ToggleMissionLoader ( )
inlineprotected

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

772 {
773 if ( g_Game.GetUIManager().IsMenuOpen(MENU_MISSION_LOADER) )
774 {
775 g_Game.GetUIManager().Back();
777 return;
778 }
779
780 if ( g_Game.GetUIManager().GetMenu() )
781 g_Game.GetUIManager().GetMenu().Close();
782
783 g_Game.GetUIManager().EnterScriptedMenu(MENU_MISSION_LOADER, NULL);
785
786
787 }
DayZGame g_Game
Определения DayZGame.c:3868
proto native Mission GetMission()
void AddActiveInputExcludes(array< string > excludes)
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()
const int MENU_MISSION_LOADER
Определения constants.c:214

Перекрестные ссылки Mission::AddActiveInputExcludes(), g_Game, GetGame(), CGame::GetMission(), MENU_MISSION_LOADER и Mission::RemoveActiveInputExcludes().