Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume().

This commit is contained in:
alondria
2008-03-22 23:02:41 +00:00
parent 74023aa97c
commit 5ebef6410e
5 changed files with 39 additions and 7 deletions

View File

@@ -411,6 +411,11 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendAttachedSoundGainChange(LLUUID objectID, float gain)
{
}
public void SendAlertMessage(string message)
{
}