aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
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 1334905..f5dda34 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -226,6 +226,16 @@ namespace OpenSim.Region.Framework.Interfaces
226 bool ContainsScripts(); 226 bool ContainsScripts();
227 227
228 /// <summary> 228 /// <summary>
229 /// Returns the count of scripts contained
230 /// </summary></returns>
231 int ScriptCount();
232
233 /// <summary>
234 /// Returns the count of running scripts contained
235 /// </summary></returns>
236 int RunningScriptCount();
237
238 /// <summary>
229 /// Get the uuids of all items in this inventory 239 /// Get the uuids of all items in this inventory
230 /// </summary> 240 /// </summary>
231 /// <returns></returns> 241 /// <returns></returns>