reduced-complexity implementation of function to get rezzing object key

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
SignpostMarv
2012-08-02 11:19:33 +01:00
committed by Melanie
parent e36bc0d754
commit cd2c5843a8
5 changed files with 29 additions and 1 deletions

View File

@@ -610,6 +610,14 @@ namespace OpenSim.Region.Framework.Scenes
/// </remarks>
public UUID FromItemID { get; set; }
/// <summary>
/// Refers to the SceneObjectPart.UUID property of the object that this object was rezzed from, if applicable.
/// </summary>
/// <remarks>
/// If not applicable will be UUID.Zero
/// </remarks>
public UUID RezzingObjectID { get; set; }
/// <summary>
/// The folder ID that this object was rezzed from, if applicable.
/// </summary>