JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.

This commit is contained in:
root
2010-09-16 23:12:32 +02:00
committed by Melanie
parent f5e3d5a33a
commit 1b2edfe75f
4 changed files with 40 additions and 1 deletions

View File

@@ -57,6 +57,15 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="linkNum">Link number for the part</param>
void ResetInventoryIDs();
/// <summary>
/// Reset parent object UUID for all the items in the prim's inventory.
/// </summary>
///
/// If this method is called and there are inventory items, then we regard the inventory as having changed.
///
/// <param name="linkNum">Link number for the part</param>
void ResetObjectID();
/// <summary>
/// Change every item in this inventory to a new owner.
/// </summary>