* 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

@@ -795,5 +795,15 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
}
#endregion
}
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)
{
}
}
}