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

◆ ToggleCameraTools()

void PluginBase::ToggleCameraTools ( )
inlineprotected

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

20 {
21 if( !m_IsOpen )
22 {
24 }
25 else
26 {
28 }
30 }
proto native UIManager GetUIManager()
static bool m_IsOpen
Определения PluginCameraTools.c:4
proto native UIScriptedMenu EnterScriptedMenu(int id, UIMenuPanel parent)
Create & open menu with specific id (see MenuID) and set its parent.
bool Back()
Close top window on windows stack, returns true when any window is closed.
Определения UIManager.c:62
proto native CGame GetGame()
const int MENU_CAMERA_TOOLS
Определения constants.c:201

Перекрестные ссылки UIManager::Back(), UIManager::EnterScriptedMenu(), GetGame(), CGame::GetUIManager(), m_IsOpen и MENU_CAMERA_TOOLS.