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

◆ FreeCameraControlDisable()

void PluginBase::FreeCameraControlDisable ( )
inlineprivate

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

425 {
426 // Disable Camera control
428
429 // Enable Cursor
431
432 if( GetGame().GetUIManager().GetMenu() )
434 }
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 OnShow()
Определения CameraToolsMenu.c:99
proto native CGame GetGame()

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

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