SetAmbientSound input?
Posted: Sat Nov 25, 2017 11:41 am
What do I put in.SetAmbientSound()?
Im just trying to spawn sound area, but I don't know what can put in.
Im just trying to spawn sound area, but I don't know what can put in.
Code: Select all
public void OnStartup()
{
IObjectSoundArea noise = (IObjectSoundArea)Game.CreateObject("SoundArea");
noise.SetAmbientSound( ?? );
}