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

◆ FreeCameraControlEnable()

void PluginBase::FreeCameraControlEnable ( )
inlineprivate

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

410 {
411 // Enable Camera control
413
414 // Disable Cursor
416
417 if( GetGame().GetUIManager().GetMenu() )
419 }
proto native UIManager GetUIManager()
proto native Input GetInput()
proto native void ChangeGameFocus(int add, int input_device=-1)
Change game focus number.
proto native UIScriptedMenu GetMenu()
Returns most-top open menu.
void ShowUICursor(bool visible)
Определения UIManager.c:244
override void OnHide()
Определения CameraToolsMenu.c:109
proto native CGame GetGame()

Перекрестные ссылки Input::ChangeGameFocus(), GetGame(), CGame::GetInput(), UIManager::GetMenu(), CGame::GetUIManager(), UIScriptedMenu::OnHide() и UIManager::ShowUICursor().

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