mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Check in odds and ends which remain as an attempt to get the item properties panel for a prim's contents working
* Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail. * Leaving commented code in as a springboard for some future attempt
This commit is contained in:
@@ -151,6 +151,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Return serialized inventory metadata for the given constituent prim
|
||||
/// </summary>
|
||||
/// <param name="localID"></param>
|
||||
/// <param name="xferManager"></param>
|
||||
public void RequestInventoryFile(uint localID, IXfer xferManager)
|
||||
{
|
||||
SceneObjectPart part = GetChildPart(localID);
|
||||
|
||||
Reference in New Issue
Block a user