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

@@ -635,6 +635,7 @@ namespace OpenSim.Framework
void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID);
void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags);
void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain);
void SendAttachedSoundGainChange(LLUUID objectID, float gain);
void SendNameReply(LLUUID profileId, string firstname, string lastname);
void SendAlertMessage(string message);