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

◆ HideVoiceNotification()

override void HideVoiceNotification ( )
protected

Hides the VON notification completely and immediately.

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

42 {
43 if (GetGame().IsMissionMainMenu())
44 {
45 return;
46 }
47
49 mission.GetMicrophoneIcon().Show(false);
50 mission.HideVoiceLevelWidgets();
51 }
Mission mission
Определения DisplayStatus.c:28
proto native Mission GetMission()
Mission class.
Определения gameplay.c:687
proto native CGame GetGame()