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

◆ IsIngame()

bool PluginBase::IsIngame ( )
inlineprivate

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

809 {
810 UIScriptedMenu menu_curr = GetGame().GetUIManager().GetMenu();
811
812 if ( menu_curr == NULL )
813 {
814 return true;
815 }
816
817 return false;
818 }
proto native UIManager GetUIManager()
proto native UIScriptedMenu GetMenu()
Returns most-top open menu.
proto native CGame GetGame()

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