AmbientSoundStop(object)

Stops ambient sounds playing in an area.

void AmbientSoundStop(
    object oArea
);

Parameters

oArea

The area whose ambient soundtrack you want to stop.


Description

Stop the ambient sound for oArea.



Remarks

Ambient sounds won't be cut off abruptly, a short fade is added automatically


Version

1.22

See Also

functions: AmbientSoundChangeDay | AmbientSoundChangeNight | AmbientSoundPlay | AmbientSoundSetDayVolume | AmbientSoundSetNightVolume
categories: Area Functions | Sound Effects Functions


 author: Iskander Merriman