Implement "show object uuid <uuid>" console command.

This will show details about a part with the given uuid if it's found.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-31 23:03:39 +00:00
parent 647b326edc
commit ab89adfaef
2 changed files with 62 additions and 5 deletions

View File

@@ -264,6 +264,12 @@ namespace OpenSim.Region.Framework.Scenes
set { RootPart.Name = value; }
}
public string Description
{
get { return RootPart.Description; }
set { RootPart.Description = value; }
}
/// <summary>
/// Added because the Parcel code seems to use it
/// but not sure a object should have this