Add a parameter to prim inventory update to prevent event firing

This commit is contained in:
Melanie Thielker
2010-04-27 02:40:30 +02:00
parent 81ff5eaba0
commit 06661708b4
2 changed files with 8 additions and 1 deletions

View File

@@ -163,6 +163,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