mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the LL Wiki spec for llTriggerSoundLimited states an axis-aligned bounding box, not radial constraint
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
56965dd959
commit
a9999a9676
@@ -111,5 +111,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void SendSound(UUID objectID, UUID sound, double volume,
|
||||
bool triggered, byte flags, float radius, bool useMaster,
|
||||
bool isMaster);
|
||||
|
||||
void TriggerSoundLimited(UUID objectID, UUID sound, double volume,
|
||||
Vector3 min, Vector3 max);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user