diff options
author | Teravus Ovares | 2008-02-04 14:40:46 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-04 14:40:46 +0000 |
commit | 3ff5ad1ed3118525c31974f8ea9b3cf16861c783 (patch) | |
tree | caaa038a912bf765657dbab37a171abdbad88432 /OpenSim/Framework | |
parent | * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs (diff) | |
download | opensim-SC_OLD-3ff5ad1ed3118525c31974f8ea9b3cf16861c783.zip opensim-SC_OLD-3ff5ad1ed3118525c31974f8ea9b3cf16861c783.tar.gz opensim-SC_OLD-3ff5ad1ed3118525c31974f8ea9b3cf16861c783.tar.bz2 opensim-SC_OLD-3ff5ad1ed3118525c31974f8ea9b3cf16861c783.tar.xz |
Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTriggerSound, llPlaySound, llPreloadSound.
* Time to make music boxes?
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 529614b..2ef05ae 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -605,6 +605,7 @@ namespace OpenSim.Framework | |||
605 | 605 | ||
606 | void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); | 606 | void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); |
607 | void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); | 607 | void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); |
608 | void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain); | ||
608 | 609 | ||
609 | void SendNameReply(LLUUID profileId, string firstname, string lastname); | 610 | void SendNameReply(LLUUID profileId, string firstname, string lastname); |
610 | void SendAlertMessage(string message); | 611 | void SendAlertMessage(string message); |
@@ -636,4 +637,4 @@ namespace OpenSim.Framework | |||
636 | 637 | ||
637 | void SendLogoutPacket(); | 638 | void SendLogoutPacket(); |
638 | } | 639 | } |
639 | } \ No newline at end of file | 640 | } |