mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
making the max distance for sounds to be heard from their origin a configurable option exposed via a public field on ISoundModule (with private setter in the implementation)
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
ed162a10be
commit
375fb66589
@@ -32,6 +32,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface ISoundModule
|
||||
{
|
||||
float MaxDistance { get; }
|
||||
|
||||
void PlayAttachedSound(UUID soundID, UUID ownerID, UUID objectID, double gain, Vector3 position, byte flags, float radius);
|
||||
|
||||
void TriggerSound(
|
||||
|
||||
Reference in New Issue
Block a user