diff options
author | lbsa71 | 2008-07-08 14:17:59 +0000 |
---|---|---|
committer | lbsa71 | 2008-07-08 14:17:59 +0000 |
commit | b7fc172254794a23cba4cb1313c6951f55ed4b2a (patch) | |
tree | f7bed305d39b32780f7ad8c46de43d0d5a7c824d /OpenSim/Region/Environment | |
parent | * Changed casing of some archaic methods to conform with code standards (diff) | |
download | opensim-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/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 4fc43d3..e3aa169 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -795,5 +795,15 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
795 | } | 795 | } |
796 | #endregion | 796 | #endregion |
797 | 797 | ||
798 | } | 798 | |
799 | public void SendParcelMediaCommand(ParcelMediaCommandEnum flags, uint command, float time) | ||
800 | { | ||
801 | } | ||
802 | |||
803 | public void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID, | ||
804 | byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, | ||
805 | byte mediaLoop) | ||
806 | { | ||
807 | } | ||
808 | } | ||
799 | } | 809 | } |