Add a parameter to prim inventory update to prevent event firing

This commit is contained in:
Melanie
2010-04-27 00:25:29 +01:00
parent 31d040dc1e
commit 6928ec0240
2 changed files with 25 additions and 17 deletions

View File

@@ -161,6 +161,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// in this prim's inventory.</param>
/// <returns>false if the item did not exist, true if the update occurred successfully</returns>
bool UpdateInventoryItem(TaskInventoryItem item);
bool UpdateInventoryItem(TaskInventoryItem item, bool fireScriptEvents);
/// <summary>
/// Remove an item from this entity's inventory