Allow mods to control how looped sounds are used.
This commit is contained in:
committed by
Matthias Mailänder
parent
68fddf818c
commit
3f0c3a8b9c
@@ -29,6 +29,7 @@ namespace OpenRA
|
||||
void SetListenerPosition(WPos position);
|
||||
void SetSoundVolume(float volume, ISound music, ISound video);
|
||||
void SetSoundLooping(bool looping, ISound sound);
|
||||
void SetSoundPosition(ISound sound, WPos position);
|
||||
}
|
||||
|
||||
public class SoundDevice
|
||||
|
||||
Reference in New Issue
Block a user