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

◆ FreeCameraControlDisable()

void PluginBase::FreeCameraControlDisable ( )
inlineprivate

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

425 {
426 // Disable Camera control
427 g_Game.GetInput().ChangeGameFocus(1);
428
429 // Enable Cursor
430 g_Game.GetUIManager().ShowUICursor(true);
431
432 if( g_Game.GetUIManager().GetMenu() )
433 g_Game.GetUIManager().GetMenu().OnShow();
434 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.

Используется в OnUIEditorOpened().