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

◆ DeleteKeyframe()

void PluginBase::DeleteKeyframe ( )
inlineprotected

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

69 {
70 if( GetGame().GetUIManager().GetMenu() )
71 GetGame().GetUIManager().GetMenu().OnKeyPress( null, 0, 0, KeyCode.KC_E );
72 }
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().