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

◆ IsMenuOpen()

bool UIManager::IsMenuOpen ( int id)
inlineprivate

Returns true if menu with specific ID is opened (see MenuID)

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

155 {
156 return FindMenu(id) != null;
157 }
UIScriptedMenu FindMenu(int id)
Returns menu with specific ID if it is open (see MenuID)
Определения UIManager.c:160

Перекрестные ссылки FindMenu().

Используется в MissionBase::HandleMapToggleByKeyboardShortcut(), MissionBase::IsPaused(), ActionManagerClient::Update() и Update().