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

◆ AddKeyframe()

void PluginBase::AddKeyframe ( )
inlineprotected

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

63 {
64 if( GetGame().GetUIManager().GetMenu() )
65 GetGame().GetUIManager().GetMenu().OnKeyPress( null, 0, 0, KeyCode.KC_Q );
66 }
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().