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

◆ ~RadialQuickbarMenu()

void UIScriptedMenu::~RadialQuickbarMenu ( )
inlineprotected

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

123 {
124 if (GetGame() && GetGame().GetMission())
125 {
126 GetGame().GetMission().RemoveActiveInputExcludes({"radialmenu"},false);
127 }
128 }
proto native Mission GetMission()
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetMission() и Mission::RemoveActiveInputExcludes().