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

◆ OnVonStateEvent()

void ScriptedWidgetEventHandler::OnVonStateEvent ( )
inlineprivate

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

225 {
226 // changing VON mode may disable mic capture,
227 // but mic should capture the entire time this menu is open (unless user in party chat)
228 if (!g_Game.IsInPartyChat())
229 {
230 // force enable mic capture
231 g_Game.EnableMicCapture(true);
232 }
233
235 }
DayZGame g_Game
Определения DayZGame.c:3942
void UpdateWasMicCapturing()
Определения OptionsMenuSounds.c:248

Перекрестные ссылки g_Game и UpdateWasMicCapturing().

Используется в OptionsMenuSounds() и ~OptionsMenuSounds().