* Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.

This commit is contained in:
lbsa71
2008-07-08 14:17:59 +00:00
parent 6c13d68489
commit b7fc172254
5 changed files with 87 additions and 1 deletions

View File

@@ -771,6 +771,17 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendParcelMediaCommand(ParcelMediaCommandEnum flags, uint command, float time)
{
}
public void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID, byte autoScale, string mediaType,
string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop)
{
}
public void SendGroupNameReply(LLUUID groupLLUID, string GroupName)
{
}