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

◆ ~OptionsMenuSounds()

void ScriptedWidgetEventHandler::~OptionsMenuSounds ( )
inlineprivate

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

123 {
124 m_VonManager.m_OnVonStateEvent.Remove(OnVonStateEvent);
125 m_VonManager.m_OnPartyChatChangedEvent.Remove(OnPartyChatChangedEvent);
126
128 {
129 // reset mic to previous capturing state
131 }
132
133 m_AudioLevelTimer.Stop();
134 }
proto native void EnableMicCapture(bool enable)
Enable microphone to locally capture audio from user. Audio heard does NOT automatically get transmit...
bool m_WasMicCapturing
Определения OptionsMenuSounds.c:35
VONManagerBase m_VonManager
Определения OptionsMenuSounds.c:31
void OnPartyChatChangedEvent()
Определения OptionsMenuSounds.c:238
ref Timer m_AudioLevelTimer
Определения OptionsMenuSounds.c:27
MissionGameplay m_MissionGameplay
Определения OptionsMenuSounds.c:30
void OnVonStateEvent()
Определения OptionsMenuSounds.c:225
proto native CGame GetGame()

Перекрестные ссылки CGame::EnableMicCapture(), GetGame(), m_AudioLevelTimer, m_MissionGameplay, m_VonManager, m_WasMicCapturing, OnPartyChatChangedEvent() и OnVonStateEvent().