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 }
proto native Mission GetMission()
proto native CGame GetGame()