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

◆ ~WarningMenuBase()

void WarningMenuBase::~WarningMenuBase ( )
inlineprotected

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

18 {
19 if (GetGame() && GetGame().GetMission())
20 {
22
25
28 }
29 }
proto native Mission GetMission()
void ShowHudUI(bool show)
void ShowQuickbarUI(bool show)
ScriptInvoker GetOnInputDeviceChanged()
Определения gameplay.c:851
ScriptInvoker GetOnInputPresetChanged()
Определения gameplay.c:859
Hud GetHud()
Определения gameplay.c:721
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
void OnInputPresetChanged()
Определения ItemDropWarningMenu.c:80
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения ItemDropWarningMenu.c:87
proto native CGame GetGame()

Перекрестные ссылки GetGame(), Mission::GetHud(), CGame::GetMission(), Mission::GetOnInputDeviceChanged(), Mission::GetOnInputPresetChanged(), OnInputDeviceChanged(), OnInputPresetChanged(), ScriptInvoker::Remove(), Mission::RemoveActiveInputExcludes(), Hud::ShowHudUI() и Hud::ShowQuickbarUI().