diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 11 |
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 | } |