aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorroot2009-12-22 06:25:32 +0100
committerroot2009-12-22 06:25:32 +0100
commitb53b87166940ca0fca4ae2190649e18102c886ec (patch)
treee0f1a21532f3883e032c1b6a7158a725ccd4319c /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentShould not commit without compiling (diff)
downloadopensim-SC-b53b87166940ca0fca4ae2190649e18102c886ec.zip
opensim-SC-b53b87166940ca0fca4ae2190649e18102c886ec.tar.gz
opensim-SC-b53b87166940ca0fca4ae2190649e18102c886ec.tar.bz2
opensim-SC-b53b87166940ca0fca4ae2190649e18102c886ec.tar.xz
Add a data path for error messages
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 89a45da..67395fa 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -26,6 +26,7 @@
26 */ 26 */
27 27
28using System.Collections.Generic; 28using System.Collections.Generic;
29using System.Collections;
29using OpenMetaverse; 30using OpenMetaverse;
30using OpenSim.Framework; 31using OpenSim.Framework;
31 32
@@ -71,6 +72,7 @@ namespace OpenSim.Region.Framework.Interfaces
71 /// Start all the scripts contained in this entity's inventory 72 /// Start all the scripts contained in this entity's inventory
72 /// </summary> 73 /// </summary>
73 void CreateScriptInstances(int startParam, bool postOnRez, string engine, int stateSource); 74 void CreateScriptInstances(int startParam, bool postOnRez, string engine, int stateSource);
75 ArrayList GetScriptErrors(UUID itemID);
74 76
75 /// <summary> 77 /// <summary>
76 /// Stop all the scripts in this entity. 78 /// Stop all the scripts in this entity.