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

◆ OnVonStateEvent()

void ScriptedWidgetEventHandler::OnVonStateEvent ( )
inlineprivate

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

226 {
227 // changing VON mode may disable mic capture,
228 // but mic should capture the entire time this menu is open (unless user in party chat)
229 if (!GetGame().IsInPartyChat())
230 {
231 // force enable mic capture
233 }
234
236 }
proto native void EnableMicCapture(bool enable)
Enable microphone to locally capture audio from user. Audio heard does NOT automatically get transmit...
void UpdateWasMicCapturing()
Определения OptionsMenuSounds.c:250
proto native CGame GetGame()

Перекрестные ссылки CGame::EnableMicCapture(), GetGame() и UpdateWasMicCapturing().

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