mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
transposing stop sound into sound module
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
206a694c6b
commit
8763a637b5
@@ -68,5 +68,11 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void TriggerSound(
|
||||
UUID soundId, UUID ownerID, UUID objectID, UUID parentID,
|
||||
double gain, Vector3 position, UInt64 handle, float radius);
|
||||
|
||||
/// <summary>
|
||||
/// Stop sounds eminating from an object.
|
||||
/// </summary>
|
||||
/// <param name="objectID">Sound source ID</param>
|
||||
void StopSound(UUID objectID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user