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

◆ PlayPause()

void PluginBase::PlayPause ( )
inlineprotected

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

57 {
58 if( GetGame().GetUIManager().GetMenu() )
59 GetGame().GetUIManager().GetMenu().OnKeyPress( null, 0, 0, KeyCode.KC_P );
60 }
proto native UIManager GetUIManager()
proto native UIScriptedMenu GetMenu()
Returns most-top open menu.
override bool OnKeyPress(Widget w, int x, int y, int key)
Определения CameraToolsMenu.c:969
proto native CGame GetGame()
KeyCode
Определения EnSystem.c:157

Перекрестные ссылки GetGame(), UIManager::GetMenu(), CGame::GetUIManager() и UIScriptedMenu::OnKeyPress().