aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authoralondria2008-03-22 23:02:41 +0000
committeralondria2008-03-22 23:02:41 +0000
commit5ebef6410eeef54e1bd3d00331996daba78aa534 (patch)
treea43204b7a152b00170a9c5a7754908eee74ed58e /OpenSim/Framework/IClientAPI.cs
parent* Miscellaneous comment before I found out that mantis 807 probably isn't an ... (diff)
downloadopensim-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/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
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);