aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
authorMelanie2012-04-09 21:40:03 +0100
committerMelanie2012-04-09 21:40:03 +0100
commit67d4f1d66cef2ff51453f113bdaef375004b17c9 (patch)
tree975abcb48e2492950ea974567379de88809f57f5 /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
parentMerge branch 'master' into careminster (diff)
parentMantis5502 implementation of some of the new constants (diff)
downloadopensim-SC-67d4f1d66cef2ff51453f113bdaef375004b17c9.zip
opensim-SC-67d4f1d66cef2ff51453f113bdaef375004b17c9.tar.gz
opensim-SC-67d4f1d66cef2ff51453f113bdaef375004b17c9.tar.bz2
opensim-SC-67d4f1d66cef2ff51453f113bdaef375004b17c9.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Interfaces/IScriptModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 32f4eea..4d70888 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -228,6 +228,16 @@ namespace OpenSim.Region.Framework.Interfaces
228 bool ContainsScripts(); 228 bool ContainsScripts();
229 229
230 /// <summary> 230 /// <summary>
231 /// Returns the count of scripts contained
232 /// </summary></returns>
233 int ScriptCount();
234
235 /// <summary>
236 /// Returns the count of running scripts contained
237 /// </summary></returns>
238 int RunningScriptCount();
239
240 /// <summary>
231 /// Get the uuids of all items in this inventory 241 /// Get the uuids of all items in this inventory
232 /// </summary> 242 /// </summary>
233 /// <returns></returns> 243 /// <returns></returns>