aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorlbsa712008-07-08 14:17:59 +0000
committerlbsa712008-07-08 14:17:59 +0000
commitb7fc172254794a23cba4cb1313c6951f55ed4b2a (patch)
treef7bed305d39b32780f7ad8c46de43d0d5a7c824d /OpenSim/Region/Examples
parent* Changed casing of some archaic methods to conform with code standards (diff)
downloadopensim-SC_OLD-b7fc172254794a23cba4cb1313c6951f55ed4b2a.zip
opensim-SC_OLD-b7fc172254794a23cba4cb1313c6951f55ed4b2a.tar.gz
opensim-SC_OLD-b7fc172254794a23cba4cb1313c6951f55ed4b2a.tar.bz2
opensim-SC_OLD-b7fc172254794a23cba4cb1313c6951f55ed4b2a.tar.xz
* Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index a626f63..0542c58 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -771,6 +771,17 @@ namespace OpenSim.Region.Examples.SimpleModule
771 { 771 {
772 } 772 }
773 773
774 public void SendParcelMediaCommand(ParcelMediaCommandEnum flags, uint command, float time)
775 {
776
777 }
778
779 public void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID, byte autoScale, string mediaType,
780 string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop)
781 {
782
783 }
784
774 public void SendGroupNameReply(LLUUID groupLLUID, string GroupName) 785 public void SendGroupNameReply(LLUUID groupLLUID, string GroupName)
775 { 786 {
776 } 787 }