diff options
author | alondria | 2008-03-22 23:02:41 +0000 |
---|---|---|
committer | alondria | 2008-03-22 23:02:41 +0000 |
commit | 5ebef6410eeef54e1bd3d00331996daba78aa534 (patch) | |
tree | a43204b7a152b00170a9c5a7754908eee74ed58e /OpenSim/Framework | |
parent | * Miscellaneous comment before I found out that mantis 807 probably isn't an ... (diff) | |
download | opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.zip opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.gz opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.bz2 opensim-SC_OLD-5ebef6410eeef54e1bd3d00331996daba78aa534.tar.xz |
Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume().
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3d2bf4a..518659f 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -635,6 +635,7 @@ namespace OpenSim.Framework | |||
635 | void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); | 635 | void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); |
636 | void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); | 636 | void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); |
637 | void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain); | 637 | void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain); |
638 | void SendAttachedSoundGainChange(LLUUID objectID, float gain); | ||
638 | 639 | ||
639 | void SendNameReply(LLUUID profileId, string firstname, string lastname); | 640 | void SendNameReply(LLUUID profileId, string firstname, string lastname); |
640 | void SendAlertMessage(string message); | 641 | void SendAlertMessage(string message); |