aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorMelanie2010-04-27 00:25:29 +0100
committerMelanie2010-04-27 00:25:29 +0100
commit6928ec024060bb7181553206c9ee6a125e7c9a2d (patch)
tree6583fdfb28c89a7be2c16784078d8023388add4f /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentBetter error message. (diff)
downloadopensim-SC_OLD-6928ec024060bb7181553206c9ee6a125e7c9a2d.zip
opensim-SC_OLD-6928ec024060bb7181553206c9ee6a125e7c9a2d.tar.gz
opensim-SC_OLD-6928ec024060bb7181553206c9ee6a125e7c9a2d.tar.bz2
opensim-SC_OLD-6928ec024060bb7181553206c9ee6a125e7c9a2d.tar.xz
Add a parameter to prim inventory update to prevent event firing
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 2b90960..fd43923 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -161,6 +161,7 @@ namespace OpenSim.Region.Framework.Interfaces
161 /// in this prim's inventory.</param> 161 /// in this prim's inventory.</param>
162 /// <returns>false if the item did not exist, true if the update occurred successfully</returns> 162 /// <returns>false if the item did not exist, true if the update occurred successfully</returns>
163 bool UpdateInventoryItem(TaskInventoryItem item); 163 bool UpdateInventoryItem(TaskInventoryItem item);
164 bool UpdateInventoryItem(TaskInventoryItem item, bool fireScriptEvents);
164 165
165 /// <summary> 166 /// <summary>
166 /// Remove an item from this entity's inventory 167 /// Remove an item from this entity's inventory