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

◆ ~UndergroundHandlerClient()

void ~UndergroundHandlerClient ( )
protected

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

44 {
45 if (GetGame())
46 {
51 m_AmbientSound.Stop();
52 }
53 }
EffectSound m_AmbientSound
Определения UndergroundHandlerClient.c:32
proto native World GetWorld()
proto native Weather GetWeather()
Returns weather controller object.
proto native void SuppressLightningSimulation(bool state)
enables/disables thunderbolt simulation on client (together with sounds)
proto native void SetExplicitVolumeFactor_EnvSounds2D(float factor, float fadeTime)
proto native void SetUserLightingLerp(float val)
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetWeather(), CGame::GetWorld(), m_AmbientSound, World::SetExplicitVolumeFactor_EnvSounds2D(), World::SetUserLightingLerp() и Weather::SuppressLightningSimulation().