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

◆ FreeCameraControlEnable()

void PluginBase::FreeCameraControlEnable ( )
inlineprivate

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

410 {
411 // Enable Camera control
412 g_Game.GetInput().ChangeGameFocus(-1);
413
414 // Disable Cursor
415 g_Game.GetUIManager().ShowUICursor(false);
416
417 if( g_Game.GetUIManager().GetMenu() )
418 g_Game.GetUIManager().GetMenu().OnHide();
419 }
DayZGame g_Game
Определения DayZGame.c:3942

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

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