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

◆ IsInConsole()

bool PluginBase::IsInConsole ( )
inlineprivate

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

884 {
885 UIScriptedMenu menu_curr = g_Game.GetUIManager().GetMenu();
886
887 if ( menu_curr != NULL && menu_curr.GetID() == MENU_SCRIPTCONSOLE )
888 {
889 return true;
890 }
891
892 return false;
893 }
DayZGame g_Game
Определения DayZGame.c:3942
const int MENU_SCRIPTCONSOLE
Определения 3_Game/DayZ/constants.c:185

Перекрестные ссылки g_Game и MENU_SCRIPTCONSOLE.